summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index 8dd6e7d88..6604e3d23 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: servconf.c,v 1.55 2000/12/19 23:17:57 markus Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.56 2001/01/07 11:28:06 markus Exp $");
14 14
15#include "ssh.h" 15#include "ssh.h"
16#include "servconf.h" 16#include "servconf.h"
@@ -129,7 +129,7 @@ fill_default_server_options(ServerOptions *options)
129 if (options->log_facility == (SyslogFacility) (-1)) 129 if (options->log_facility == (SyslogFacility) (-1))
130 options->log_facility = SYSLOG_FACILITY_AUTH; 130 options->log_facility = SYSLOG_FACILITY_AUTH;
131 if (options->log_level == (LogLevel) (-1)) 131 if (options->log_level == (LogLevel) (-1))
132 options->log_level = SYSLOG_LEVEL_INFO; 132 options->log_level = SYSLOG_LEVEL_NOTICE;
133 if (options->rhosts_authentication == -1) 133 if (options->rhosts_authentication == -1)
134 options->rhosts_authentication = 0; 134 options->rhosts_authentication = 0;
135 if (options->rhosts_rsa_authentication == -1) 135 if (options->rhosts_rsa_authentication == -1)