diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/servconf.c b/servconf.c index 72746d34e..53e964dee 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -1544,6 +1544,9 @@ dump_config(ServerOptions *o) | |||
1544 | } | 1544 | } |
1545 | 1545 | ||
1546 | /* integer arguments */ | 1546 | /* integer arguments */ |
1547 | #ifdef USE_PAM | ||
1548 | dump_cfg_int(sUsePAM, o->use_pam); | ||
1549 | #endif | ||
1547 | dump_cfg_int(sServerKeyBits, o->server_key_bits); | 1550 | dump_cfg_int(sServerKeyBits, o->server_key_bits); |
1548 | dump_cfg_int(sLoginGraceTime, o->login_grace_time); | 1551 | dump_cfg_int(sLoginGraceTime, o->login_grace_time); |
1549 | dump_cfg_int(sKeyRegenerationTime, o->key_regeneration_time); | 1552 | dump_cfg_int(sKeyRegenerationTime, o->key_regeneration_time); |