Merged revisions 130444 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r130444 | tilghman | 2008-07-12 21:34:32 -0500 (Sat, 12 Jul 2008) | 2 lines

Unlock list before returning

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@130445 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Tilghman Lesher 18 years ago
parent bac969582f
commit d7bda637b5

@ -279,6 +279,7 @@ static void agent_devicestate_cb(const struct ast_event *event, void *unused)
device = ast_event_get_ie_str(event, AST_EVENT_IE_DEVICE);
if (ast_strlen_zero(device)) {
AST_LIST_UNLOCK(&agents);
return;
}

Loading…
Cancel
Save