]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
snmp_community bug fix
authorglenn <>
Thu, 26 Nov 1998 08:15:49 +0000 (08:15 +0000)
committerglenn <>
Thu, 26 Nov 1998 08:15:49 +0000 (08:15 +0000)
src/acl.cc

index aba8dba1ca7a01bf6a3966d84a935931c0f5697c..e9732462e15d1a4d034568a19f5499b764f40273 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: acl.cc,v 1.188 1998/11/12 06:41:36 wessels Exp $
+ * $Id: acl.cc,v 1.189 1998/11/26 01:15:49 glenn Exp $
  *
  * DEBUG: section 28    Access Control
  * AUTHOR: Duane Wessels
@@ -708,6 +708,11 @@ aclParseAclLine(acl ** head)
            assert(proxy_auth_cache);
        }
        break;
+#if SQUID_SNMP
+    case ACL_SNMP_COMMUNITY:
+        aclParseWordList(&A->data);
+       break;
+#endif  
 #if USE_ARP_ACL
     case ACL_SRC_ARP:
        aclParseArpList(&A->data);