2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-03 15:56:00 +00:00

Replace a missing right brace that got deleted.

This commit is contained in:
Ted Lemon
2000-04-06 23:56:01 +00:00
parent 0313cdde64
commit 05af58984c

View File

@@ -51,7 +51,7 @@
#ifndef lint #ifndef lint
static char copyright[] = static char copyright[] =
"$Id: socket.c,v 1.47 2000/03/17 03:59:02 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; "$Id: socket.c,v 1.48 2000/04/06 23:56:01 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */ #endif /* not lint */
#include "dhcpd.h" #include "dhcpd.h"
@@ -221,6 +221,7 @@ void if_deregister_receive (info)
(info -> shared_network ? "/" : ""), (info -> shared_network ? "/" : ""),
(info -> shared_network ? (info -> shared_network ?
info -> shared_network -> name : "")); info -> shared_network -> name : ""));
}
#endif /* USE_SOCKET_RECEIVE */ #endif /* USE_SOCKET_RECEIVE */
#if defined (USE_SOCKET_SEND) || defined (USE_SOCKET_FALLBACK) #if defined (USE_SOCKET_SEND) || defined (USE_SOCKET_FALLBACK)