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) {
|
||||
int const timeLeft = (int)(deadline - time(NULL));
|
||||
assert(timeLeft == deadline - time(NULL));
|
||||
|
||||
if (timeLeft <= 0)
|
||||
error = TRUE;
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue