mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-29 13:01:14 +03:00
@ -262,7 +262,7 @@ int main(int argc, char *argv[])
|
||||
fprintf(stderr, "failed to recv()!\n");
|
||||
goto shutdown;
|
||||
}
|
||||
else if(0 == len) {
|
||||
else if(len == 0) {
|
||||
fprintf(stderr, "The local server at %s:%d disconnected!\n",
|
||||
local_destip, local_destport);
|
||||
goto shutdown;
|
||||
|
Reference in New Issue
Block a user