mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Nothing to see here, move along.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393264 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -827,7 +827,7 @@ static pj_bool_t pubsub_on_rx_publish_request(pjsip_rx_data *rdata)
|
||||
ao2_link(handler->publications, publication);
|
||||
|
||||
AST_SCHED_REPLACE_UNREF(publication->sched_id, sched, expires * 1000, publish_expire, publication,
|
||||
ao2_ref(publication, -1), NULL, ao2_ref(publication, +1));
|
||||
ao2_ref(publication, -1), ao2_ref(publication, -1), ao2_ref(publication, +1));
|
||||
} else {
|
||||
AST_SCHED_DEL_UNREF(sched, publication->sched_id, ao2_ref(publication, -1));
|
||||
}
|
||||
|
Reference in New Issue
Block a user