mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
second part of win32 changes
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@143 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -94,6 +94,7 @@ int ssh_bind_listen(SSH_BIND *ssh_bind){
|
||||
int fd;
|
||||
if(!ssh_bind->options)
|
||||
return -1;
|
||||
ssh_socket_init();
|
||||
host=ssh_bind->options->bindaddr;
|
||||
if(!host)
|
||||
host="0.0.0.0";
|
||||
|
||||
Reference in New Issue
Block a user