Module: sip-router Branch: sr_3.0 Commit: 0ab9d15ba34313387af9a08fdf0e233abe04089e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ab9d15ba34313387af9a08fdf0e233abe04089e
Author: Marius Zbihlei <[email protected]> Committer: Henning Westerholt <[email protected]> Date: Mon Oct 26 14:23:25 2009 +0200 Removed unused var (added last commit) (cherry picked from commit 60548b6b3475d82e5d4d8c9a4be53c8dfb32df5e) --- 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 */ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
