From a3a7f17d0f971edce873970863cfe660b21d8f57 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 30 Sep 2009 13:10:59 +0200 Subject: Missed copying of log verbosity --- libssh/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libssh/server.c b/libssh/server.c index 703a24f..b219116 100644 --- a/libssh/server.c +++ b/libssh/server.c @@ -249,7 +249,7 @@ ssh_session ssh_bind_accept(SSH_BIND *ssh_bind) { ssh_cleanup(session); return NULL; } - + session->log_verbosity = session->options->log_verbosity; ssh_socket_free(session->socket); session->socket = ssh_socket_new(session); if (session->socket == NULL) { -- cgit