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 multiple spurious updates of stream config DB entry
fixes
#629
Change-Id: I4aa1cf378d8fd50d1cf4499b331da3c15f3c3569
pull/653/head
Richard Fuchs
7 years ago
parent
fc026cd7e4
commit
39ef7c98e6
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
recording-daemon/output.c
+ 1
- 1
recording-daemon/output.c
View File
@ -120,8 +120,8 @@ got_fn:
if
(
i
)
if
(
i
)
goto
err
;
goto
err
;
done
:
db_config_stream
(
output
)
;
db_config_stream
(
output
)
;
done
:
return
0
;
return
0
;
err
:
err
:
Write
Preview
Loading…
Cancel
Save