]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Wed, 10 Apr 1996 00:23:33 +0000 (00:23 +0000)
committerwessels <>
Wed, 10 Apr 1996 00:23:33 +0000 (00:23 +0000)
src/send-announce.cc

index b3529c5685c85ce84b0419bb57bd77198aa13326..a24779b25544eedbf0040fdcdb8d5ae5ba67f218 100644 (file)
@@ -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();