mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
we can't assert that time will stand still
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8902 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
75113400a1
commit
d13e1bd4cb
@ -175,7 +175,7 @@ getLineInBuffer(TConn * const connectionP,
|
|||||||
|
|
||||||
while (!error && !lfPos) {
|
while (!error && !lfPos) {
|
||||||
int const timeLeft = (int)(deadline - time(NULL));
|
int const timeLeft = (int)(deadline - time(NULL));
|
||||||
assert(timeLeft == deadline - time(NULL));
|
|
||||||
if (timeLeft <= 0)
|
if (timeLeft <= 0)
|
||||||
error = TRUE;
|
error = TRUE;
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user