diff options
-rw-r--r-- | servconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c index 21ddd3581..acbe11375 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | /* $OpenBSD: servconf.c,v 1.252 2014/08/19 23:58:28 djm Exp $ */ | 2 | /* $OpenBSD: servconf.c,v 1.253 2014/10/13 00:38:35 djm 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 |
@@ -2085,7 +2085,7 @@ dump_config(ServerOptions *o) | |||
2085 | dump_cfg_string(sAuthorizedKeysCommandUser, o->authorized_keys_command_user); | 2085 | dump_cfg_string(sAuthorizedKeysCommandUser, o->authorized_keys_command_user); |
2086 | dump_cfg_string(sHostKeyAgent, o->host_key_agent); | 2086 | dump_cfg_string(sHostKeyAgent, o->host_key_agent); |
2087 | dump_cfg_string(sKexAlgorithms, | 2087 | dump_cfg_string(sKexAlgorithms, |
2088 | o->kex_algorithms ? o->kex_algorithms : KEX_SERVER_KEX); | 2088 | o->kex_algorithms ? o->kex_algorithms : KEX_SERVER_KEX); |
2089 | 2089 | ||
2090 | /* string arguments requiring a lookup */ | 2090 | /* string arguments requiring a lookup */ |
2091 | dump_cfg_string(sLogLevel, log_level_name(o->log_level)); | 2091 | dump_cfg_string(sLogLevel, log_level_name(o->log_level)); |