Skip to content
Snippets Groups Projects
Commit a3b8cb67 authored by Joshua Colp's avatar Joshua Colp
Browse files

This concludes bringing trunk back to a working state.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c9445d4a
Branches
Tags
No related merge requests found
......@@ -427,6 +427,7 @@ const void *ast_event_get_ie_raw(const struct ast_event *event, enum ast_event_i
while ((((void *) ie) - ((void *) event)) < event_len) {
if (ie->ie_type == ie_type)
return ie->ie_payload;
ie = ((void *) ie) + sizeof(*ie) + ntohs(ie->ie_payload_len);
}
return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment