mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Break the world. Stasis message type accessors should now all be named correctly.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384261 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2719,7 +2719,7 @@ static const char *mwi_state_get_id(struct stasis_message *message)
|
||||
if (stasis_mwi_state_type() == stasis_message_type(message)) {
|
||||
struct stasis_mwi_state *mwi_state = stasis_message_data(message);
|
||||
return mwi_state->uniqueid;
|
||||
} else if (stasis_subscription_change() == stasis_message_type(message)) {
|
||||
} else if (stasis_subscription_change_type() == stasis_message_type(message)) {
|
||||
struct stasis_subscription_change *change = stasis_message_data(message);
|
||||
return change->uniqueid;
|
||||
}
|
||||
|
Reference in New Issue
Block a user