родитель
17ca9d9da7
Коммит
9bec3ee48e
@ -278,7 +278,11 @@ void ssh_bind_free(ssh_bind sshbind){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (sshbind->bindfd >= 0) {
|
if (sshbind->bindfd >= 0) {
|
||||||
|
#ifdef _WIN32
|
||||||
|
closesocket(sshbind->bindfd);
|
||||||
|
#else
|
||||||
close(sshbind->bindfd);
|
close(sshbind->bindfd);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
sshbind->bindfd = -1;
|
sshbind->bindfd = -1;
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user