diff options
Diffstat (limited to 'libssh/options.c')
-rw-r--r-- | libssh/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/options.c b/libssh/options.c index 17d9d3d..1de3625 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -35,6 +35,7 @@ SSH_OPTIONS *ssh_options_new(){ option->fd=-1; option->ssh2allowed=1; option->ssh1allowed=0; + option->bindport=22; return option; } |