From: wessels <> Date: Tue, 24 Mar 1998 05:07:28 +0000 (+0000) Subject: formatting X-Git-Tag: SQUID_3_0_PRE1~3764 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9072f1fae32ae1d0efd7d6bfde6960f8681f432a;p=thirdparty%2Fsquid.git formatting --- diff --git a/src/send-announce.cc b/src/send-announce.cc index 0077a0eed3..730bef06e0 100644 --- a/src/send-announce.cc +++ b/src/send-announce.cc @@ -1,6 +1,6 @@ /* - * $Id: send-announce.cc,v 1.46 1998/02/02 21:15:05 wessels Exp $ + * $Id: send-announce.cc,v 1.47 1998/03/23 22:07:28 wessels Exp $ * * DEBUG: section 27 Cache Announcer * AUTHOR: Duane Wessels @@ -36,7 +36,7 @@ static IPH send_announce; void start_announce(void *datanotused) { - if (!Config.onoff.announce) + if (0 == Config.onoff.announce) return; ipcache_nbgethostbyname(Config.Announce.host, send_announce, NULL); eventAdd("send_announce", start_announce, NULL, Config.Announce.period);