diff options
author | Ted Lemon <source@isc.org> | 1999-09-09 23:53:29 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-09-09 23:53:29 +0000 |
commit | e92653f1ec74c9b0d0d00e674e4c55508aaac812 (patch) | |
tree | 4b770fb4ca46c95f1003092e2b8e484419d89a6a /common/nit.c | |
parent | 110d0522237f98966865e0df853110a6aba1d9a5 (diff) | |
download | isc-dhcp-e92653f1ec74c9b0d0d00e674e4c55508aaac812.tar.gz |
Bug fixes courtesy of Brian Murrell
Diffstat (limited to 'common/nit.c')
-rw-r--r-- | common/nit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/nit.c b/common/nit.c index ef4a2ce7..533cbd12 100644 --- a/common/nit.c +++ b/common/nit.c @@ -23,7 +23,7 @@ #ifndef lint static char copyright[] = -"$Id: nit.c,v 1.23 1999/09/08 01:43:39 mellon Exp $ Copyright (c) 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: nit.c,v 1.24 1999/09/09 23:53:14 mellon Exp $ Copyright (c) 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -357,7 +357,7 @@ void maybe_setup_fallback () if_register_fallback (fbi); fbi -> refcnt = 1; fbi -> type = dhcp_type_interface; - status = omapi_register_io_object ((omapi_object_t)fbi, + status = omapi_register_io_object ((omapi_object_t *)fbi, if_readsocket, 0, fallback_discard, 0, 0); if (status != ISC_R_SUCCESS) |