From a4acca45eca5bcd059b186a3e6b3530ec77752de Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Tue, 1 Dec 2009 16:43:12 -0500 Subject: [PATCH] (kdc/hpropd.c) inetd_flag is used even when NO_INETD is defined --- kdc/hpropd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kdc/hpropd.c b/kdc/hpropd.c index 6fe84b23a..625fec5b9 100644 --- a/kdc/hpropd.c +++ b/kdc/hpropd.c @@ -35,9 +35,7 @@ RCSID("$Id$"); -#ifndef NO_INETD static int inetd_flag = -1; -#endif static int help_flag; static int version_flag; static int print_dump;