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 475076bf2..318546290 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
1 1
2/* $OpenBSD: servconf.c,v 1.259 2015/01/16 06:40:12 deraadt Exp $ */ 2/* $OpenBSD: servconf.c,v 1.260 2015/02/02 01:57:44 deraadt Exp $ */
3/* 3/*
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5 * All rights reserved 5 * All rights reserved
@@ -308,7 +308,7 @@ fill_default_server_options(ServerOptions *options)
308 if (options->max_sessions == -1) 308 if (options->max_sessions == -1)
309 options->max_sessions = DEFAULT_SESSIONS_MAX; 309 options->max_sessions = DEFAULT_SESSIONS_MAX;
310 if (options->use_dns == -1) 310 if (options->use_dns == -1)
311 options->use_dns = 1; 311 options->use_dns = 0;
312 if (options->client_alive_interval == -1) 312 if (options->client_alive_interval == -1)
313 options->client_alive_interval = 0; 313 options->client_alive_interval = 0;
314 if (options->client_alive_count_max == -1) 314 if (options->client_alive_count_max == -1)