Fix stupid bug which stops log_verbosity working

This commit is contained in:
Aris Adamantiadis
2009-11-30 23:55:02 +01:00
committed by Andreas Schneider
parent b174ad8ae4
commit fd6823691b

View File

@@ -553,6 +553,7 @@ int ssh_options_set(ssh_session session, enum ssh_options_e type,
session->log_verbosity = *x & 0xffff;
}
break;
case SSH_OPTIONS_LOG_VERBOSITY_STR:
if (value == NULL) {
session->log_verbosity = 0 & 0xffff;