]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Get rid of call to setlogmask - it doesn't seem to be helpful.
authorTed Lemon <source@isc.org>
Tue, 23 Nov 1999 19:10:07 +0000 (19:10 +0000)
committerTed Lemon <source@isc.org>
Tue, 23 Nov 1999 19:10:07 +0000 (19:10 +0000)
server/dhcpd.c

index 9d36892a518e142e1e2a15561c0ab3ee27344f0d..2f1fcd4216782ca7a21838d6d39841903a63c2ba 100644 (file)
@@ -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)