From: wessels <> Date: Fri, 6 Oct 2000 11:42:46 +0000 (+0000) Subject: DW: X-Git-Tag: SQUID_3_0_PRE1~1820 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=be55bf072da72cc80154e0bb43c4f18630f9154d;p=thirdparty%2Fsquid.git DW: - Evil extra semicolon. --- diff --git a/src/net_db.cc b/src/net_db.cc index bf0f53bc2e..2516688ec4 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -1,6 +1,6 @@ /* - * $Id: net_db.cc,v 1.147 2000/10/05 14:02:22 wessels Exp $ + * $Id: net_db.cc,v 1.148 2000/10/06 05:42:46 wessels Exp $ * * DEBUG: section 38 Network Measurement Database * AUTHOR: Duane Wessels @@ -466,8 +466,8 @@ netdbReloadState(void) memset(&N, '\0', sizeof(netdbEntry)); q = strtok(t, w_space); t = s + 1; - if (NULL == q); - continue; + if (NULL == q) + continue; if (!safe_inet_addr(q, &addr)) continue; if (netdbLookupAddr(addr) != NULL) /* no dups! */