mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09:00
Fix server. Now, it runs
This commit is contained in:
@@ -130,7 +130,7 @@ ssh_bind ssh_bind_new(void) {
|
|||||||
}
|
}
|
||||||
ZERO_STRUCTP(ptr);
|
ZERO_STRUCTP(ptr);
|
||||||
ptr->bindfd = -1;
|
ptr->bindfd = -1;
|
||||||
|
ptr->bindport= 22;
|
||||||
return ptr;
|
return ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user