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:
Anthony Minessale 2008-07-07 14:49:09 +00:00
parent 75113400a1
commit d13e1bd4cb
1 changed files with 1 additions and 1 deletions

View File

@ -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 {