Ensure that all unit tests compile with the cache clear rework in place

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390864 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/78/78/1
Kinsey Moore 12 years ago
parent 8954661207
commit 63c7141421

@ -384,7 +384,7 @@ static int remove_device_states_cb(void *obj, void *arg, int flags)
return 0;
}
msg = stasis_cache_clear_create(ast_device_state_message_type(), device_state->cache_id);
msg = stasis_cache_clear_create(msg);
/* topic guaranteed to have been created by this point */
stasis_publish(ast_device_state_topic(device_state->device), msg);
return 0;

Loading…
Cancel
Save