[Asterisk-code-review] chan unistim: Fix build failure due to ACL changes. (asterisk[master])

Richard Mudgett asteriskteam at digium.com
Tue May 5 17:15:58 CDT 2015


Richard Mudgett has posted comments on this change.

Change subject: chan_unistim: Fix build failure due to ACL changes.
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.asterisk.org/#/c/366/1/channels/chan_unistim.c
File channels/chan_unistim.c:

Line 6444: 			s = sessions;
         : 			while (s) {
         : 				if (s->next == d->session) {
         : 					s->next = d->session->next;
         : 					break;
         : 				}
         : 				s = s->next;
         : 			}
> Ugh. I should have downloaded and tested it before shipping it.
Kevin pointed out that the patch does define it.  I was fixing it locally and didn't define it.


-- 
To view, visit https://gerrit.asterisk.org/366
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I57081045c72b9fcf12d5c84493278f9272c31b32
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes



More information about the asterisk-code-review mailing list