summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sshd.c b/sshd.c
index df6c9d24e..75e267793 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1371,12 +1371,7 @@ main(int ac, char **av)
1371 /* ignored */ 1371 /* ignored */
1372 break; 1372 break;
1373 case 'q': 1373 case 'q':
1374 if (options.log_level == SYSLOG_LEVEL_QUIET) { 1374 options.log_level = SYSLOG_LEVEL_QUIET;
1375 options.log_level = SYSLOG_LEVEL_SILENT;
1376 }
1377 else if (options.log_level != SYSLOG_LEVEL_SILENT) {
1378 options.log_level = SYSLOG_LEVEL_QUIET;
1379 }
1380 break; 1375 break;
1381 case 'b': 1376 case 'b':
1382 options.server_key_bits = (int)strtonum(optarg, 256, 1377 options.server_key_bits = (int)strtonum(optarg, 256,