Browse Source

Another typo. Too much perl development lately :)

git.mgm/mediaproxy-ng/2.0
Andreas Granig 14 years ago
parent
commit
26570a02ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -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