Browse Source

snmpstats: removed c&p duplicated module parameter

- reported by Klaus Darilion
Daniel-Constantin Mierla 14 years ago
parent
commit
50880207fe
1 changed files with 0 additions and 2 deletions
  1. 0 2
      modules_k/snmpstats/snmpstats.c

+ 0 - 2
modules_k/snmpstats/snmpstats.c

@@ -154,8 +154,6 @@ static param_export_t mod_params[] =
 			(void *)set_snmpget_path          },
 	{ "snmpCommunity",          STR_PARAM|USE_FUNC_PARAM,
 			(void *)set_snmp_community        },
-	{ "snmpCommunity",          STR_PARAM|USE_FUNC_PARAM,
-			(void *)set_snmp_community        },
 	{ "export_registrar",       INT_PARAM,
 			&snmp_export_registrar            },
 	{ 0,0,0 }