From: Amos Jeffries Date: Fri, 12 Sep 2008 08:14:32 +0000 (+1200) Subject: WCCP compile errors X-Git-Tag: SQUID_3_1_0_1~49^2~15^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72e2b394da10fc2cb158a98267c372d7ae425394;p=thirdparty%2Fsquid.git WCCP compile errors --- diff --git a/src/cf.data.depend b/src/cf.data.depend index ec1630c68c..05d70deedb 100644 --- a/src/cf.data.depend +++ b/src/cf.data.depend @@ -48,6 +48,7 @@ tristate uri_whitespace ushort wccp2_method +wccp2_amethod wccp2_service wccp2_service_info wordlist diff --git a/src/wccp2.cc b/src/wccp2.cc index df38c4dfcb..f70e87d0af 100644 --- a/src/wccp2.cc +++ b/src/wccp2.cc @@ -1994,7 +1994,7 @@ wccp2AssignBuckets(void *voidnotused) /** * Parse wccp2_return_method and wccp2_forwarding_method options - * they can be '1' aka 'gre_hash' or '2' aka 'l2_mask' + * they can be '1' aka 'gre' or '2' aka 'l2' * repesenting the integer numeric of the same. */ void @@ -2046,7 +2046,7 @@ free_wccp2_method(int *v) * repesenting the integer numeric of the same. */ void -parse_wccp2_method(int *method) +parse_wccp2_amethod(int *method) { char *t;