403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/ftp/pftpd/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/ftp/pftpd/files/patch-plib-support.c
--- plib/support.c.orig	Thu Jan  9 22:25:01 2003
+++ plib/support.c	Wed Apr  6 00:38:41 2005
@@ -369,11 +369,13 @@
     return code;
     
 #else
+    pthread_once_t grp_once;
+    pthread_mutex_t grp_lock;
     struct group *gp;
     int i, len;
 
     
-    pthread_once(&grp_once, grp_lock_init);
+    pthread_once(&grp_once, NULL);
     pthread_mutex_lock(&grp_lock);
 
     gp = getgrgid(gid);
@@ -452,11 +454,13 @@
     return code;
     
 #else
+    pthread_once_t grp_once;
+    pthread_mutex_t grp_lock;
     struct group *gp;
     int i, len;
 
     
-    pthread_once(&grp_once, grp_lock_init);
+    pthread_once(&grp_once, NULL);
     pthread_mutex_lock(&grp_lock);
 
     gp = getgrnam(name);

Youez - 2016 - github.com/yon3zu
LinuXploit