summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2015-04-17 10:56:13 +1000
committerDarren Tucker <dtucker@zip.com.au>2015-04-17 10:56:13 +1000
commit70860b6d07461906730632f9758ff1b7c98c695a (patch)
treec324fa40def50faca6c697ae9205026f2f696f1b
parentee15d9c9f0720f5a8b0b34e4b10ecf21f9824814 (diff)
Format UsePAM setting when using sshd -T.
Part of bz#2346, patch from jjelen at redhat com.
-rw-r--r--servconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index 318546290..ad7e7a330 100644
--- a/servconf.c
+++ b/servconf.c
@@ -2094,7 +2094,7 @@ dump_config(ServerOptions *o)
2094 2094
2095 /* integer arguments */ 2095 /* integer arguments */
2096#ifdef USE_PAM 2096#ifdef USE_PAM
2097 dump_cfg_int(sUsePAM, o->use_pam); 2097 dump_cfg_fmtint(sUsePAM, o->use_pam);
2098#endif 2098#endif
2099 dump_cfg_int(sServerKeyBits, o->server_key_bits); 2099 dump_cfg_int(sServerKeyBits, o->server_key_bits);
2100 dump_cfg_int(sLoginGraceTime, o->login_grace_time); 2100 dump_cfg_int(sLoginGraceTime, o->login_grace_time);