From: Ted Lemon Date: Thu, 6 Apr 2000 23:56:01 +0000 (+0000) Subject: Replace a missing right brace that got deleted. X-Git-Tag: V3-BETA-2-PATCH-1~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05af58984c20c8ffd64ef83f901959d54ded5fa9;p=thirdparty%2Fdhcp.git Replace a missing right brace that got deleted. --- diff --git a/common/socket.c b/common/socket.c index eb270f854..63af96d01 100644 --- a/common/socket.c +++ b/common/socket.c @@ -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)