summaryrefslogtreecommitdiff
path: root/servconf.c
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 /servconf.c
parentee15d9c9f0720f5a8b0b34e4b10ecf21f9824814 (diff)
downloadopenssh-git-70860b6d07461906730632f9758ff1b7c98c695a.tar.gz
Format UsePAM setting when using sshd -T.
Part of bz#2346, patch from jjelen at redhat com.
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index 31854629..ad7e7a33 100644
--- a/servconf.c
+++ b/servconf.c
@@ -2094,7 +2094,7 @@ dump_config(ServerOptions *o)
/* integer arguments */
#ifdef USE_PAM
- dump_cfg_int(sUsePAM, o->use_pam);
+ dump_cfg_fmtint(sUsePAM, o->use_pam);
#endif
dump_cfg_int(sServerKeyBits, o->server_key_bits);
dump_cfg_int(sLoginGraceTime, o->login_grace_time);