Missed copying of log verbosity

This commit is contained in:
Aris Adamantiadis
2009-09-30 13:10:59 +02:00
parent 571dd56eca
commit a3a7f17d0f

View File

@@ -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) {