[Asterisk-code-review] chan unistim: Fix build failure due to ACL changes. (asterisk[master])
Richard Mudgett
asteriskteam at digium.com
Tue May 5 17:04:39 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;
: }
s is not defined in this function either.
--
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