From: wessels <> Date: Wed, 10 Apr 1996 00:23:33 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~6254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374b5a2d1bda47e18f739028af679ba4312602a1;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/send-announce.cc b/src/send-announce.cc index b3529c5685..a24779b255 100644 --- a/src/send-announce.cc +++ b/src/send-announce.cc @@ -1,4 +1,4 @@ -/* $Id: send-announce.cc,v 1.6 1996/04/09 18:20:28 wessels Exp $ */ +/* $Id: send-announce.cc,v 1.7 1996/04/09 18:23:33 wessels Exp $ */ /* * DEBUG: Section 27 send-announce @@ -33,7 +33,7 @@ void send_announce() (int) cached_curtime, mkhttpdlogtime(&cached_curtime)); strcat(sndbuf, tbuf); - l = strlen(buf); + l = strlen(sndbuf); host = getAnnounceHost(); port = getAnnouncePort();