]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
removed extra ;
authorwessels <>
Fri, 9 Dec 2005 01:33:55 +0000 (01:33 +0000)
committerwessels <>
Fri, 9 Dec 2005 01:33:55 +0000 (01:33 +0000)
src/snmp_core.cc

index 223732107831131617c52258005a5fa389dc7416..a5f6c33decf6128348706ac5efb42e69de651998 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: snmp_core.cc,v 1.69 2005/08/30 20:44:00 serassio Exp $
+ * $Id: snmp_core.cc,v 1.70 2005/12/08 18:33:55 wessels Exp $
  *
  * DEBUG: section 49    SNMP support
  * AUTHOR: Glenn Chisholm
@@ -1195,7 +1195,6 @@ int
 ACLSNMPCommunityStrategy::match (ACLData<MatchType> * &data, ACLChecklist *checklist)
 {
     return data->match (checklist->snmp_community);
-    ;
 }
 
 ACLSNMPCommunityStrategy *