1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

USE_AFS not referenced so remove #ifdef. fixes sshd -T not printing

kerberosgetafstoken. ok dtucker@
This commit is contained in:
stevesk 2008-11-11 02:58:09 +00:00
parent cd5fb898fd
commit 39d5ce731b

View File

@ -1,4 +1,4 @@
/* $OpenBSD: servconf.c,v 1.191 2008/11/05 11:22:54 jmc Exp $ */
/* $OpenBSD: servconf.c,v 1.192 2008/11/11 02:58:09 stevesk Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
@ -1539,9 +1539,7 @@ dump_config(ServerOptions *o)
dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication);
dump_cfg_fmtint(sKerberosOrLocalPasswd, o->kerberos_or_local_passwd);
dump_cfg_fmtint(sKerberosTicketCleanup, o->kerberos_ticket_cleanup);
# ifdef USE_AFS
dump_cfg_fmtint(sKerberosGetAFSToken, o->kerberos_get_afs_token);
# endif
#endif
#ifdef GSSAPI
dump_cfg_fmtint(sGssAuthentication, o->gss_authentication);