Fixed build temporarily.

This commit is contained in:
Andreas Schneider
2009-10-05 10:41:00 +02:00
parent 6063a8d09c
commit 0e2e0983f3

View File

@@ -262,7 +262,9 @@ ssh_session ssh_bind_accept(SSH_BIND *sshbind) {
return NULL;
}
}
/* TODO FIXME this doesn't work
session->log_verbosity = session->options->log_verbosity;
*/
ssh_socket_free(session->socket);
session->socket = ssh_socket_new(session);
if (session->socket == NULL) {