mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-28 18:51:30 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user