]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
formatting
authorwessels <>
Tue, 24 Mar 1998 05:07:28 +0000 (05:07 +0000)
committerwessels <>
Tue, 24 Mar 1998 05:07:28 +0000 (05:07 +0000)
src/send-announce.cc

index 0077a0eed366c82fdb6e5ff9e33cabd00e21ceac..730bef06e0da69df2cf0000a79468aa86eead505 100644 (file)
@@ -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);