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
MT#55283 fix duplicate unlock
Change-Id: I9c7f0a6120185662c0e3615553f71d1c80302110
pull/1910/head
Richard Fuchs
10 months ago
parent
5f6609de5d
commit
e734497afb
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
daemon/cookie_cache.c
+ 0
- 1
daemon/cookie_cache.c
View File
@ -63,7 +63,6 @@ restart:
ret
=
g_hash_table_lookup
(
c
-
>
old
.
cookies
,
s
)
;
if
(
ret
)
{
ret
=
cache_entry_dup
(
ret
)
;
mutex_unlock
(
&
c
-
>
lock
)
;
return
ret
;
}
Write
Preview
Loading…
Cancel
Save