From: adrian <> Date: Wed, 23 Oct 2002 15:15:00 +0000 (+0000) Subject: typo? rbuf[] -> buf[] X-Git-Tag: SQUID_3_0_PRE1~579 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10f829b4c307fb4321bbc12c8cb3ce9ba1003fb5;p=thirdparty%2Fsquid.git typo? rbuf[] -> buf[] --- diff --git a/src/helper.cc b/src/helper.cc index 3d8f3928a1..4f7798bf5d 100644 --- a/src/helper.cc +++ b/src/helper.cc @@ -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 */