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
TT#14008 remove logically dead code
Change-Id: If8ca08c997c715a98a89376f098393dc04f685a9 Warned-by: Coverity
pull/1373/head
Richard Fuchs
4 years ago
parent
1c5433a877
commit
e82be64a57
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
daemon/janus.c
+ 0
- 2
daemon/janus.c
View File
@ -1396,8 +1396,6 @@ const char *websocket_janus_process(struct websocket_message *wm) {
goto
err
;
transaction
=
json_reader_get_string_value
(
reader
)
;
err
=
"
'transaction' key does not contain a string
"
;
if
(
!
janus_cmd
)
goto
err
;
json_reader_end_member
(
reader
)
;
bool
authorised
=
false
;
Write
Preview
Loading…
Cancel
Save