]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_publish.c: Fix misplaced parenthesis.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 27 Sep 2017 16:16:16 +0000 (11:16 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 27 Sep 2017 16:16:16 +0000 (11:16 -0500)
commitde99052acb04efbf05b7b350d9ded537c70242f8
tree468206b0e89ad47408ccff33fadaafaf62c0384e
parent9bd204f64a4010cbe40432ffda265c5f43da4dbb
res_pjsip_outbound_publish.c: Fix misplaced parenthesis.

The pjsip_publishc_init() call was referenced with a misplaced
parentheses.  As a result, outbound publication messages went out with an
expiration of 1 second.

ASTERISK-27298

Change-Id: I93622eabc8ee83e7a22e98c107f921284c605a08
res/res_pjsip_outbound_publish.c