Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv30677/channels

Modified Files:
      Tag: v1-0
        chan_iax2.c 
Log Message:
removed unused variable (issue #5455)


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.188.2.21
retrieving revision 1.188.2.22
diff -u -d -r1.188.2.21 -r1.188.2.22
--- chan_iax2.c 1 Aug 2005 14:48:26 -0000       1.188.2.21
+++ chan_iax2.c 21 Oct 2005 17:42:53 -0000      1.188.2.22
@@ -6593,7 +6593,6 @@
        struct ast_ha *oldha = NULL;
        struct iax2_context *oldcon = NULL;
        int format;
-       int found;
        
        prev = NULL;
        ast_mutex_lock(&userl.lock);
@@ -6606,7 +6605,6 @@
                user = user->next;
        }
        if (user) {
-               found++;
                oldha = user->ha;
                oldcon = user->contexts;
                user->ha = NULL;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to