Module: sip-router Branch: master Commit: 50880207fe208df5de065e0f915c560ac255a9d8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=50880207...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Oct 31 11:22:37 2011 +0100
snmpstats: removed c&p duplicated module parameter
- reported by Klaus Darilion
---
modules_k/snmpstats/snmpstats.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules_k/snmpstats/snmpstats.c b/modules_k/snmpstats/snmpstats.c index 692db9e..3badbfa 100644 --- a/modules_k/snmpstats/snmpstats.c +++ b/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 }