mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
account_creator.c: fix compilation
This commit is contained in:
parent
b427b8c3f9
commit
f734477ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue