]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Format UsePAM setting when using sshd -T.
authorDarren Tucker <dtucker@zip.com.au>
Fri, 17 Apr 2015 00:56:13 +0000 (10:56 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Fri, 17 Apr 2015 00:56:13 +0000 (10:56 +1000)
Part of bz#2346, patch from jjelen at redhat com.

servconf.c

index 3185462905589d5db237d97ac5bc2f131844da64..ad7e7a330832ef6e881d4444279b2e87e16cdfd9 100644 (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);