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

Modified Files:
        chan_iax2.c 
Log Message:
Remove ancient copy/paste error (bug #5541)


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -d -r1.365 -r1.366
--- chan_iax2.c 29 Oct 2005 16:23:32 -0000      1.365
+++ chan_iax2.c 29 Oct 2005 17:45:07 -0000      1.366
@@ -3584,9 +3584,6 @@
        ms = ast_tvdiff_ms(p1->rxcore, p2->offset);
        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