Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
1c7c8004
Commit
1c7c8004
authored
Nov 04, 2019
by
jehan
Browse files
fix xmlrpc auth
parent
37f0ef7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/xmlrpc.c
View file @
1c7c8004
...
...
@@ -458,7 +458,10 @@ void linphone_xml_rpc_session_send_request(LinphoneXmlRpcSession *session, Linph
belle_sip_memory_body_handler_t
*
bh
;
const
char
*
data
;
linphone_xml_rpc_request_ref
(
request
);
if
(
request
->
core
==
NULL
)
request
->
core
=
session
->
core
;
uri
=
belle_generic_uri_parse
(
session
->
url
);
if
(
!
uri
)
{
ms_error
(
"Could not send request, URL %s is invalid"
,
session
->
url
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment