From: Mark Andrews Date: Wed, 30 Jul 2003 00:19:06 +0000 (+0000) Subject: remove redundant check [RT #8539] X-Git-Tag: v9.2.3rc2~9^2~20 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=381860160120f014a704f5f616593232c0751350;p=thirdparty%2Fbind9.git remove redundant check [RT #8539] --- diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 11b7f232005..007968d3a61 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.183 2003/07/25 04:02:54 marka Exp $ */ +/* $Id: dig.c,v 1.184 2003/07/30 00:19:06 marka Exp $ */ #include #include @@ -733,8 +733,6 @@ plus_option(char *option, isc_boolean_t is_batchfile, goto invalid_option; lookup->udpsize = (isc_uint16_t) parse_uint(value, "buffer size", COMMSIZE); - if (lookup->udpsize > COMMSIZE) - lookup->udpsize = COMMSIZE; break; default: goto invalid_option;