Another typo. Too much perl development lately :)

git.mgm/mediaproxy-ng/2.0
Andreas Granig 14 years ago
parent aab3ef7e8a
commit 26570a02ac

@ -531,7 +531,7 @@ next:
for (i = hlp.del; i; i = n) {
n = i->next;
c = i->data;
if(!c->prev && !$c->next) {
if(!c->prev && !c->next) {
call_destroy_all_branches(c);
} else {
call_destroy(c);

Loading…
Cancel
Save