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

Modified Files:
      Tag: v1-0
        chan_iax2.c 
Log Message:
Remove ancient copy/paste error (issue #5541)


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.188.2.22
retrieving revision 1.188.2.23
diff -u -d -r1.188.2.22 -r1.188.2.23
--- chan_iax2.c 21 Oct 2005 17:42:53 -0000      1.188.2.22
+++ chan_iax2.c 1 Nov 2005 01:32:58 -0000       1.188.2.23
@@ -2947,9 +2947,6 @@
                (1000000 + p1->rxcore.tv_usec - p2->offset.tv_usec) / 1000 - 
1000;
        fakets += ms;
 
-       /* FIXME? SLD would rather remove this and leave it to the end system 
to deal with */
-       if (fakets <= p2->lastsent)
-               fakets = p2->lastsent + 1;
        p2->lastsent = fakets;
        return fakets;
 }

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

Reply via email to