-P also with KRB5

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12588 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2003-08-19 11:38:55 +00:00
parent 600ed30996
commit b48ce2806b

View File

@@ -919,7 +919,7 @@ struct getargs args[] = {
"port" },
{ "vacuous", 'v', arg_flag, &do_vacuous,
"Don't accept non-kerberised connections" },
#ifdef KRB4
#if defined(KRB4) || defined(KRB5)
{ NULL, 'P', arg_negative_flag, &do_newpag,
"Don't put process in new PAG" },
#endif