]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Adjust call to find_lease
authorTed Lemon <source@isc.org>
Sun, 8 Jun 1997 04:10:54 +0000 (04:10 +0000)
committerTed Lemon <source@isc.org>
Sun, 8 Jun 1997 04:10:54 +0000 (04:10 +0000)
server/bootp.c

index f89ee81937c09a13275d696ee8c4ffa3b1d47ed3..767ca94801aa76b82b8d835b05b25b9f0ab71f97 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: bootp.c,v 1.26 1997/05/09 08:20:12 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: bootp.c,v 1.27 1997/06/08 04:10:54 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -84,7 +84,7 @@ void bootp (packet)
                                  packet -> raw -> chaddr,
                                  packet -> raw -> hlen);
 
-       lease = find_lease (packet, packet -> shared_network);
+       lease = find_lease (packet, packet -> shared_network, 0);
 
        /* Find an IP address in the host_decl that matches the
           specified network. */