]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Replace a missing right brace that got deleted.
authorTed Lemon <source@isc.org>
Thu, 6 Apr 2000 23:56:01 +0000 (23:56 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 Apr 2000 23:56:01 +0000 (23:56 +0000)
common/socket.c

index eb270f854c29bbe140e5cab210b8b8fc5f6ee739..63af96d019d783077e6e100f63c425b612930ef1 100644 (file)
@@ -51,7 +51,7 @@
 
 #ifndef lint
 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 */
 
 #include "dhcpd.h"
@@ -221,6 +221,7 @@ void if_deregister_receive (info)
                      (info -> shared_network ? "/" : ""),
                      (info -> shared_network ?
                       info -> shared_network -> name : ""));
+}
 #endif /* USE_SOCKET_RECEIVE */
 
 #if defined (USE_SOCKET_SEND) || defined (USE_SOCKET_FALLBACK)