This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
fix compiler warning
pull/114/head
Richard Fuchs
11 years ago
parent
d567908e95
commit
4893487ebb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save