mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #27201: libiax: remove redundant NULL check
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user