From: Ted Lemon Date: Tue, 23 Nov 1999 19:10:07 +0000 (+0000) Subject: Get rid of call to setlogmask - it doesn't seem to be helpful. X-Git-Tag: BCTEL_SPECIAL_19991124~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d0cba1c139cb2fb1b1b7faf32dc0825c57ec085;p=thirdparty%2Fdhcp.git Get rid of call to setlogmask - it doesn't seem to be helpful. --- diff --git a/server/dhcpd.c b/server/dhcpd.c index 9d36892a5..2f1fcd421 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -22,7 +22,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.78 1999/10/28 13:09:33 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.79 1999/11/23 19:10:07 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; #endif static char copyright[] = @@ -94,14 +94,6 @@ int main (argc, argv, envp) openlog ("dhcpd", LOG_NDELAY, DHCPD_LOG_FACILITY); #endif -#ifndef DEBUG -#ifndef SYSLOG_4_2 -#ifndef __CYGWIN32__ /* XXX */ - setlogmask (LOG_UPTO (LOG_INFO)); -#endif -#endif -#endif - for (i = 1; i < argc; i++) { if (!strcmp (argv [i], "-p")) { if (++i == argc)