]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix rev.12655 helper type is a class not struct.
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 11 Feb 2013 23:18:17 +0000 (16:18 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 11 Feb 2013 23:18:17 +0000 (16:18 -0700)
src/redirect.cc

index f8cf32c95ac7f91eb364e006151ace56dab95dc7..a8ced0fbb03b5c7d906952454ba5a0aec9411007 100644 (file)
@@ -213,7 +213,7 @@ storeIdStats(StoreEntry * sentry)
 }
 
 static void
-constructHelperQuery(const char *name, struct helper *hlp, HLPCB *replyHandler, ClientHttpRequest * http, HLPCB *handler, void *data)
+constructHelperQuery(const char *name, helper *hlp, HLPCB *replyHandler, ClientHttpRequest * http, HLPCB *handler, void *data)
 {
     ConnStateData * conn = http->getConn();
     const char *fqdn;