summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
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 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);