From b48ce2806b7727ce370084c18799c578ce2d3873 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 19 Aug 2003 11:38:55 +0000 Subject: [PATCH] -P also with KRB5 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12588 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rshd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/rsh/rshd.c b/appl/rsh/rshd.c index 47cadde47..defc8d415 100644 --- a/appl/rsh/rshd.c +++ b/appl/rsh/rshd.c @@ -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