summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--servconf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/servconf.c b/servconf.c
index b5db0f743..f9be7f093 100644
--- a/servconf.c
+++ b/servconf.c
@@ -499,7 +499,11 @@ static struct {
499 { "listenaddress", sListenAddress, SSHCFG_GLOBAL }, 499 { "listenaddress", sListenAddress, SSHCFG_GLOBAL },
500 { "addressfamily", sAddressFamily, SSHCFG_GLOBAL }, 500 { "addressfamily", sAddressFamily, SSHCFG_GLOBAL },
501 { "printmotd", sPrintMotd, SSHCFG_GLOBAL }, 501 { "printmotd", sPrintMotd, SSHCFG_GLOBAL },
502#ifdef DISABLE_LASTLOG
503 { "printlastlog", sUnsupported, SSHCFG_GLOBAL },
504#else
502 { "printlastlog", sPrintLastLog, SSHCFG_GLOBAL }, 505 { "printlastlog", sPrintLastLog, SSHCFG_GLOBAL },
506#endif
503 { "ignorerhosts", sIgnoreRhosts, SSHCFG_GLOBAL }, 507 { "ignorerhosts", sIgnoreRhosts, SSHCFG_GLOBAL },
504 { "ignoreuserknownhosts", sIgnoreUserKnownHosts, SSHCFG_GLOBAL }, 508 { "ignoreuserknownhosts", sIgnoreUserKnownHosts, SSHCFG_GLOBAL },
505 { "x11forwarding", sX11Forwarding, SSHCFG_ALL }, 509 { "x11forwarding", sX11Forwarding, SSHCFG_ALL },