#ifndef lint
static char copyright[] =
-"$Id: dhcp.c,v 1.66 1998/11/05 18:54:55 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. All rights reserved.\n";
+"$Id: dhcp.c,v 1.67 1998/11/05 18:56:15 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
}
}
-<<<<<<< dhcp.c
if (have_client_identifier)
data_string_forget (&client_identifier, "find_lease");
#if defined (DEBUG_FIND_LEASE)
else
note ("Not returning a lease.");
#endif
-=======
+
/* If we find an abandoned lease, take it, but print a
warning message, so that if it continues to lose,
the administrator will eventually investigate. */
lease -> flags &= ~ABANDONED_LEASE;
}
->>>>>>> 1.65
return lease;
}