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 rtcp authentication tag removal
git.mgm/mediaproxy-ng/github/master
Richard Fuchs
13 years ago
parent
1e9c972620
commit
fcabc7254c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/rtcp.c
+ 1
- 1
daemon/rtcp.c
View File
@ -433,7 +433,7 @@ int rtcp_savp2avp(str *s, struct crypto_context *c) {
}
*
s
=
to_auth
;
to_auth
.
len
-
=
sizeof
(
idx
)
;
s
-
>
len
-
=
sizeof
(
idx
)
;
return
0
;
Write
Preview
Loading…
Cancel
Save