]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't say (not authoritative) when we are.
authorTed Lemon <source@isc.org>
Mon, 8 Jan 2001 08:23:21 +0000 (08:23 +0000)
committerTed Lemon <source@isc.org>
Mon, 8 Jan 2001 08:23:21 +0000 (08:23 +0000)
server/dhcp.c

index 6aa9e561ce818b236148e4b282f01fc08f771320..cd461762b89cae40cec4295081ee78a7767a7a17 100644 (file)
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: dhcp.c,v 1.175 2001/01/04 00:15:50 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcp.c,v 1.176 2001/01/08 08:23:21 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -531,7 +531,9 @@ void dhcprequest (packet, ms_nulltp, ip_lease)
                                goto out;
                        }
                        /* Otherwise, ignore it. */
-                       log_info ("%s: ignored (not authoritative).", msgbuf);
+                       log_info ("%s: ignored (%s).", msgbuf,
+                                 (subnet
+                                  ? "not authoritative" : "unknown subnet"));
                        goto out;
                }