forked from mirrors/linphone-iphone
use macro: no change
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@150 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
029ad0c57f
commit
e2f008b87b
1 changed files with 2 additions and 2 deletions
|
|
@ -74,9 +74,9 @@ static int sender_send_dtmf(MSFilter * f, void *arg)
|
|||
const char *dtmf = (const char *) arg;
|
||||
SenderData *d = (SenderData *) f->data;
|
||||
|
||||
ms_mutex_lock(&f->lock);
|
||||
ms_filter_lock(f);
|
||||
d->dtmf = dtmf[0];
|
||||
ms_mutex_unlock(&f->lock);
|
||||
ms_filter_unlock(f);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue