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 double str_shift for 'list sessions CALLID'
fixes
#448
Change-Id: I9262f61eeec257abe842e532ffc8e071da89a61d
changes/88/18488/2
Richard Fuchs
8 years ago
parent
142d91bbc2
commit
321fb5e1ca
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/cli.c
+ 1
- 1
daemon/cli.c
View File
@ -311,7 +311,7 @@ static void cli_incoming_list_callid(str *instr, struct streambuf *replybuffer)
struct
timeval
now
;
struct
timeval
now
;
char
*
local_addr
;
char
*
local_addr
;
if
(
str_shift
(
instr
,
1
)
)
{
if
(
instr
-
>
len
=
=
0
)
{
streambuf_printf
(
replybuffer
,
"
%s
\n
"
,
"
More parameters required.
"
)
;
streambuf_printf
(
replybuffer
,
"
%s
\n
"
,
"
More parameters required.
"
)
;
return
;
return
;
}
}
Write
Preview
Loading…
Cancel
Save