From 95000c891f9e3b9db1c38cd76fb9c0f57e2f3f8c Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 9 Dec 2005 01:33:55 +0000 Subject: [PATCH] removed extra ; --- src/snmp_core.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/snmp_core.cc b/src/snmp_core.cc index 2237321078..a5f6c33dec 100644 --- a/src/snmp_core.cc +++ b/src/snmp_core.cc @@ -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 * &data, ACLChecklist *checklist) { return data->match (checklist->snmp_community); - ; } ACLSNMPCommunityStrategy * -- 2.47.3