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
f734477c
Commit
f734477c
authored
Feb 24, 2016
by
Gautier Pelloux-Prayer
Browse files
account_creator.c: fix compilation
parent
b427b8c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/account_creator.c
coreapi/account_creator.c
+1
-1
No files found.
coreapi/account_creator.c
View file @
f734477c
...
...
@@ -164,7 +164,7 @@ end:
return
status
;
}
static
char
*
_get_identity
(
LinphoneAccountCreator
*
creator
)
{
static
char
*
_get_identity
(
const
LinphoneAccountCreator
*
creator
)
{
char
*
identity
=
NULL
;
if
(
creator
->
username
&&
creator
->
domain
)
{
//we must escape username
...
...
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