Format UsePAM setting when using sshd -T.

Part of bz#2346, patch from jjelen at redhat com.
This commit is contained in:
Darren Tucker 2015-04-17 10:56:13 +10:00
parent ee15d9c9f0
commit 70860b6d07

View File

@ -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);