* #27201: libiax: remove redundant NULL check

This commit is contained in:
Tristan Matthews
2013-07-12 14:04:44 -04:00
parent a4730d145e
commit 5fc3fa8f99

View File

@ -564,7 +564,7 @@ static int calc_timestamp(struct iax_session *session, unsigned int ts, struct a
special cases. */
if (ts)
{
if ( f && session )
if ( f )
session->lastsent = ts;
return ts;
}