summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index d90ba37bb..5b552815f 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: readconf.c,v 1.52 2000/12/27 12:30:19 markus Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.53 2001/01/07 11:28:05 markus Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "readconf.h" 18#include "readconf.h"
@@ -804,7 +804,7 @@ fill_default_options(Options * options)
804 if (options->user_hostfile2 == NULL) 804 if (options->user_hostfile2 == NULL)
805 options->user_hostfile2 = SSH_USER_HOSTFILE2; 805 options->user_hostfile2 = SSH_USER_HOSTFILE2;
806 if (options->log_level == (LogLevel) - 1) 806 if (options->log_level == (LogLevel) - 1)
807 options->log_level = SYSLOG_LEVEL_INFO; 807 options->log_level = SYSLOG_LEVEL_NOTICE;
808 /* options->proxy_command should not be set by default */ 808 /* options->proxy_command should not be set by default */
809 /* options->user will be set in the main program if appropriate */ 809 /* options->user will be set in the main program if appropriate */
810 /* options->hostname will be set in the main program if appropriate */ 810 /* options->hostname will be set in the main program if appropriate */