(kdc/hpropd.c) inetd_flag is used even when NO_INETD is defined

This commit is contained in:
Asanka Herath
2009-12-01 16:43:12 -05:00
parent 0ad290b500
commit a4acca45ec

View File

@@ -35,9 +35,7 @@
RCSID("$Id$"); RCSID("$Id$");
#ifndef NO_INETD
static int inetd_flag = -1; static int inetd_flag = -1;
#endif
static int help_flag; static int help_flag;
static int version_flag; static int version_flag;
static int print_dump; static int print_dump;