diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.c b/servconf.c index c0b6f6e65..b19d30e18 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -2273,7 +2273,9 @@ dump_config(ServerOptions *o) | |||
2273 | dump_cfg_fmtint(sChallengeResponseAuthentication, | 2273 | dump_cfg_fmtint(sChallengeResponseAuthentication, |
2274 | o->challenge_response_authentication); | 2274 | o->challenge_response_authentication); |
2275 | dump_cfg_fmtint(sPrintMotd, o->print_motd); | 2275 | dump_cfg_fmtint(sPrintMotd, o->print_motd); |
2276 | #ifndef DISABLE_LASTLOG | ||
2276 | dump_cfg_fmtint(sPrintLastLog, o->print_lastlog); | 2277 | dump_cfg_fmtint(sPrintLastLog, o->print_lastlog); |
2278 | #endif | ||
2277 | dump_cfg_fmtint(sX11Forwarding, o->x11_forwarding); | 2279 | dump_cfg_fmtint(sX11Forwarding, o->x11_forwarding); |
2278 | dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost); | 2280 | dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost); |
2279 | dump_cfg_fmtint(sPermitTTY, o->permit_tty); | 2281 | dump_cfg_fmtint(sPermitTTY, o->permit_tty); |