mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5864
This commit is contained in:
parent
907a7cb7f0
commit
3d371a7a27
|
@ -970,6 +970,7 @@ int RPC_CLIENT::init(const char* host, bool asynch) {
|
|||
}
|
||||
|
||||
retval = boinc_socket(sock);
|
||||
fprintf(stderr, "RPC_CLIENT::init right after call to boinc_socket sock = '%d'", sock);
|
||||
if (retval) return retval;
|
||||
|
||||
if (asynch) {
|
||||
|
|
Loading…
Reference in New Issue