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 another zero-tag bug
git.mgm/mediaproxy-ng/github/master
Richard Fuchs
13 years ago
parent
67186c31e2
commit
8a7f4d80ed
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
daemon/sdp.c
+ 0
- 2
daemon/sdp.c
View File
@ -1372,8 +1372,6 @@ static int generate_crypto(struct sdp_media *media, struct sdp_ng_flags *flags,
c
-
>
crypto_suite
-
>
master_salt_len
)
;
/* mki = mki_len = 0 */
c
-
>
tag
=
rtp
-
>
crypto
.
in
.
tag
;
if
(
!
c
-
>
tag
)
c
-
>
tag
+
+
;
}
mutex_unlock
(
&
rtp
-
>
up
-
>
up
-
>
lock
)
;
Write
Preview
Loading…
Cancel
Save