Removed extra timeout checks, checkTimers() does all verifications.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1214 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2007-03-12 18:13:56 +00:00
parent 9d62f62b27
commit 3671f4172f
1 changed files with 0 additions and 4 deletions

View File

@ -1063,10 +1063,6 @@ bool Driver::received(Message &msg, int id)
if (!c)
break;
c->checkTimers(msg,t);
if (c->timeout() && (c->timeout() < t))
c->msgDrop(msg,"timeout");
else if (c->maxcall() && (c->maxcall() < t))
c->msgDrop(msg,"noanswer");
lock();
}
}