2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

- Fix a mistake that was causing the fallback interface not to be used (thanks

to Christof Chen for catching this!)
This commit is contained in:
Ted Lemon
2000-06-08 21:14:16 +00:00
parent 0baf2c4a68
commit 68e1f67a18
6 changed files with 11 additions and 7 deletions

View File

@@ -84,7 +84,7 @@
#ifndef lint
static char copyright[] =
"$Id: dlpi.c,v 1.20 2000/05/16 23:02:15 mellon Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n";
"$Id: dlpi.c,v 1.21 2000/06/08 21:14:13 mellon Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -1315,6 +1315,7 @@ void maybe_setup_fallback ()
if (status != ISC_R_SUCCESS)
log_fatal ("Can't register I/O handle for %s: %s",
fbi -> name, isc_result_totext (status));
interface_dereference (&fbi, MDL);
}
}
#endif /* USE_DLPI */