projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6be92af
)
Remove ancient copy/paste error (bug #5541)
author
Mark Spencer
<markster@digium.com>
Sat, 29 Oct 2005 17:45:07 +0000
(17:45 +0000)
committer
Mark Spencer
<markster@digium.com>
Sat, 29 Oct 2005 17:45:07 +0000
(17:45 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6890
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_iax2.c
patch
|
blob
|
history
diff --git
a/channels/chan_iax2.c
b/channels/chan_iax2.c
index
ffadb65
..
422ccf9
100755
(executable)
--- a/
channels/chan_iax2.c
+++ b/
channels/chan_iax2.c
@@
-3584,9
+3584,6
@@
static unsigned int calc_fakestamp(struct chan_iax2_pvt *p1, struct chan_iax2_pv
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;
}