calls from a section of code where we know there was no event to handle or get.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@104027
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
} else {
ast_log(LOG_WARNING, "Read failed with %d: %s\n", res, strerror(errno));
}
- /* Don't hold iflock while handling init events -- race with chlock */
- ast_mutex_unlock(&iflock);
- handle_init_event(i, res);
- ast_mutex_lock(&iflock);
}
if (pollres & POLLPRI) {
if (i->owner || i->subs[SUB_REAL].owner) {