From 9072f1fae32ae1d0efd7d6bfde6960f8681f432a Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 24 Mar 1998 05:07:28 +0000 Subject: [PATCH] formatting --- src/send-announce.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.3