removed wrong mutex unlock

This commit is contained in:
MelwareDE 2009-05-06 08:03:16 +00:00
parent c81c4dd211
commit 671c814ffd
1 changed files with 0 additions and 1 deletions

View File

@ -904,7 +904,6 @@ static int capi_send_dtmf_digits(struct capi_pvt *i, char digit)
if ((capi_controllers[i->controller]->dtmf == 0) || (i->doDTMF > 0)) {
/* let * fake it */
cc_mutex_unlock(&i->lock);
return -1;
}