]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove redundant condition
authorhno <>
Mon, 9 May 2005 22:33:55 +0000 (22:33 +0000)
committerhno <>
Mon, 9 May 2005 22:33:55 +0000 (22:33 +0000)
src/dns_internal.cc

index 7d64baebb64a98e63306c307285e511b8cde784d..c6470982fe60457456446bb61b7315c3ff7fc9e0 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: dns_internal.cc,v 1.71 2005/05/09 02:35:57 hno Exp $
+ * $Id: dns_internal.cc,v 1.72 2005/05/09 16:33:55 hno Exp $
  *
  * DEBUG: section 78    DNS lookups; interacts with lib/rfc1035.c
  * AUTHOR: Duane Wessels
@@ -557,9 +557,6 @@ idnsQueryID(void)
     while(idnsFindQuery(id)) {
         id++;
 
-        if (id > 0xFFFF)
-            id = 0;
-
         if (id == first_id)
             break;
     }