summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-07-24 10:01:55 +0000
committerColin Watson <cjwatson@debian.org>2008-07-24 10:01:55 +0000
commitd500aac955f11d112765c61a8362f918d11eeedf (patch)
tree0f1864326fe5e27d3865e5f18518b7085dcf3a2f /servconf.c
parent234b3f795693bf1951305350914d19b97a450203 (diff)
revert accidental commit
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c
index 66ce39026..6760401ff 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1599,9 +1599,7 @@ dump_config(ServerOptions *o)
1599 dump_cfg_fmtint(sKerberosTicketCleanup, o->kerberos_ticket_cleanup); 1599 dump_cfg_fmtint(sKerberosTicketCleanup, o->kerberos_ticket_cleanup);
1600 dump_cfg_fmtint(sKerberosGetAFSToken, o->kerberos_get_afs_token); 1600 dump_cfg_fmtint(sKerberosGetAFSToken, o->kerberos_get_afs_token);
1601 dump_cfg_fmtint(sGssAuthentication, o->gss_authentication); 1601 dump_cfg_fmtint(sGssAuthentication, o->gss_authentication);
1602 dump_cfg_fmtint(sGssKeyEx, o->gss_keyex);
1603 dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds); 1602 dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds);
1604 dump_cfg_fmtint(sGssStrictAcceptor, o->gss_strict_acceptor);
1605 dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication); 1603 dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication);
1606 dump_cfg_fmtint(sKbdInteractiveAuthentication, 1604 dump_cfg_fmtint(sKbdInteractiveAuthentication,
1607 o->kbd_interactive_authentication); 1605 o->kbd_interactive_authentication);
@@ -1613,7 +1611,6 @@ dump_config(ServerOptions *o)
1613 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost); 1611 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost);
1614 dump_cfg_fmtint(sStrictModes, o->strict_modes); 1612 dump_cfg_fmtint(sStrictModes, o->strict_modes);
1615 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive); 1613 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive);
1616 dump_cfg_fmtint(sPermitBlacklistedKeys, o->permit_blacklisted_keys);
1617 dump_cfg_fmtint(sEmptyPasswd, o->permit_empty_passwd); 1614 dump_cfg_fmtint(sEmptyPasswd, o->permit_empty_passwd);
1618 dump_cfg_fmtint(sPermitUserEnvironment, o->permit_user_env); 1615 dump_cfg_fmtint(sPermitUserEnvironment, o->permit_user_env);
1619 dump_cfg_fmtint(sUseLogin, o->use_login); 1616 dump_cfg_fmtint(sUseLogin, o->use_login);