From: Ted Lemon Date: Wed, 27 Sep 2000 19:31:45 +0000 (+0000) Subject: - Don't flame about the relay agent information option - the client X-Git-Tag: V3-BETA-2-PATCH-6~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5184d9c44f01f94896c302430cd87ea5024df00a;p=thirdparty%2Fdhcp.git - Don't flame about the relay agent information option - the client administrator can't do anything about it. --- diff --git a/client/dhclient.c b/client/dhclient.c index a0d7c402d..83bf372da 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -41,7 +41,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhclient.c,v 1.113 2000/09/14 12:42:01 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 Internet Software Consortium. All rights reserved.\n"; +"$Id: dhclient.c,v 1.114 2000/09/27 19:31:45 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -2596,7 +2596,6 @@ int parse_agent_information_option (packet, len, data) int len; u_int8_t *data; { - log_info ("relay agent information option received."); return 1; }