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
Delete from redis_write when redis_restore_call() fails
pull/268/head
Lucian Balaceanu
9 years ago
parent
4a03b9b469
commit
252ea8a943
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/redis.c
+ 1
- 1
daemon/redis.c
View File
@ -1494,7 +1494,7 @@ err1:
obj_put
(
c
)
;
}
else
redisCommandNR
(
r
-
>
ctx
,
"
SREM calls
"
PB
"
"
,
STR_R
(
id
)
)
;
redisCommandNR
(
m
-
>
conf
.
r
edis_write
-
>
ctx
,
"
SREM calls
"
PB
"
"
,
STR_R
(
id
)
)
;
}
}
Write
Preview
Loading…
Cancel
Save