From 4893487ebb9c7eb7a179ab013d51130b87108dc8 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 20 May 2015 09:42:42 -0400 Subject: [PATCH] fix compiler warning --- daemon/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/call.c b/daemon/call.c index 2f4f08185..98ca6ed74 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -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 }