From: Amos Jeffries Date: Sun, 6 Dec 2009 10:39:47 +0000 (+1300) Subject: Bandaid: pass ICY to/from eCAP. X-Git-Tag: SQUID_3_1_0_16~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=110597ff4b207380740b5c45af23677311f691f0;p=thirdparty%2Fsquid.git Bandaid: pass ICY to/from eCAP. This fixes build complaints in Squid between ICY and eCAP. eCAP itself does not support the underying changes as yet. --- diff --git a/src/adaptation/ecap/MessageRep.cc b/src/adaptation/ecap/MessageRep.cc index f494d2d3b2..ac50b731ee 100644 --- a/src/adaptation/ecap/MessageRep.cc +++ b/src/adaptation/ecap/MessageRep.cc @@ -142,6 +142,8 @@ Adaptation::Ecap::FirstLineRep::protocol() const return protocolCacheObj; case PROTO_INTERNAL: return protocolInternal; + case PROTO_ICY: + return Name(); case PROTO_NONE: return Name();