From 5e4c78e11485303e019240120d9356e65322232e Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 11 Oct 2009 00:14:21 +0200 Subject: Fix server. Now, it runs --- libssh/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libssh/server.c b/libssh/server.c index b29fa68..c992d9a 100644 --- a/libssh/server.c +++ b/libssh/server.c @@ -130,7 +130,7 @@ ssh_bind ssh_bind_new(void) { } ZERO_STRUCTP(ptr); ptr->bindfd = -1; - + ptr->bindport= 22; return ptr; } -- cgit