Browse Source

fix compiler warning

pull/114/head
Richard Fuchs 11 years ago
parent
commit
4893487ebb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -2895,7 +2895,7 @@ void call_destroy(struct call *c) {
cdrlinecnt, md->index, protocol,
atomic64_get(&ps->last_packet),
cdrlinecnt, md->index, protocol,
atomic64_get(&ps->stats.in_tos_tclass));
ps->stats.in_tos_tclass);
#endif
}


Loading…
Cancel
Save