]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue.c: Fix clearing of pause reason string. 87/4087/1
authorRichard Mudgett <rmudgett@digium.com>
Wed, 12 Oct 2016 22:27:06 +0000 (17:27 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 13 Oct 2016 20:55:36 +0000 (15:55 -0500)
commit030852e1b38a5db6d0119b8c5754b1063bd47e85
treebf08f1be4a6dd9ca9241bd246e1300cbd1cc3f27
parent8ff4d75e9eae039d8f5bac817db45fc43307a6fe
app_queue.c: Fix clearing of pause reason string.

The pause reason is not always cleared when it should be cleared.

* Made set_queue_member_pause() always clear pause reason if not pausing
with a reason string.

Change-Id: I993dad19626ec017478a230e980989438b778c53
apps/app_queue.c