]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bandaid: pass ICY to/from eCAP.
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 6 Dec 2009 10:39:47 +0000 (23:39 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 6 Dec 2009 10:39:47 +0000 (23:39 +1300)
This fixes build complaints in Squid between ICY and eCAP.
eCAP itself does not support the underying changes as yet.

src/adaptation/ecap/MessageRep.cc

index f494d2d3b27422e8caa9eca07016240a67e00053..ac50b731ee7a0fb79364b07d717e352b81dd8bf5 100644 (file)
@@ -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();