Module: sip-router
Branch: master
Commit: 60548b6b3475d82e5d4d8c9a4be53c8dfb32df5e
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=60548b6…
Author: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Date: Mon Oct 26 14:23:25 2009 +0200
Removed unused var (added last commit)
---
modules/avpops/avpops_impl.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/avpops/avpops_impl.c b/modules/avpops/avpops_impl.c
index ab0ec91..3817cd8 100644
--- a/modules/avpops/avpops_impl.c
+++ b/modules/avpops/avpops_impl.c
@@ -660,7 +660,6 @@ int ops_dbstore_avps (struct sip_msg* msg, struct fis_param *sp,
n =0 ;
memset(&st, 0, sizeof(struct search_state));
- int counter = 1;
if ((dbp->a.opd&AVPOPS_VAL_NONE)==0)
{
/* avp name is known ->set it and its type */