]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug snuck in
authorwessels <>
Fri, 20 Nov 1998 13:20:06 +0000 (13:20 +0000)
committerwessels <>
Fri, 20 Nov 1998 13:20:06 +0000 (13:20 +0000)
src/helper.cc

index e807fe69e2bc919dec52b985dcd91ec04beab144..339846877fc57d47b978f6224bc820d017788ceb 100644 (file)
@@ -268,7 +268,6 @@ helperHandleRead(int fd, void *data)
     } else if ((t = strchr(srv->buf, '\n'))) {
        /* end of reply found */
        debug(29, 3) ("helperHandleRead: end of reply found\n");
-       r->callback, r->data, cbdataValid(r->data));
        *t = '\0';
        if (cbdataValid(r->data))
            r->callback(r->data, srv->buf);