]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo? rbuf[] -> buf[]
authoradrian <>
Wed, 23 Oct 2002 15:15:00 +0000 (15:15 +0000)
committeradrian <>
Wed, 23 Oct 2002 15:15:00 +0000 (15:15 +0000)
src/helper.cc

index 3d8f3928a1513f53de7fabd4f8453f8f71356d28..4f7798bf5d17e3c147916bec49c53c3f61907779 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: helper.cc,v 1.53 2002/10/22 09:40:29 hno Exp $
+ * $Id: helper.cc,v 1.54 2002/10/23 09:15:00 adrian Exp $
  *
  * DEBUG: section 84    Helper process maintenance
  * AUTHOR: Harvest Derived?
@@ -722,7 +722,7 @@ helperHandleRead(int fd, char *buf, size_t len, comm_err_t flag, int xerrno, voi
     }
     srv->offset += len;
     srv->buf[srv->offset] = '\0';
-    debug(84, 9) ("helperHandleRead: '%s'\n", srv->rbuf);
+    debug(84, 9) ("helperHandleRead: '%s'\n", srv->buf);
     r = srv->request;
     if (r == NULL) {
        /* someone spoke without being spoken to */