From f734477ce43e19e492b4650965b4c286fc19523e Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 24 Feb 2016 11:48:48 +0100 Subject: [PATCH] account_creator.c: fix compilation --- coreapi/account_creator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/account_creator.c b/coreapi/account_creator.c index 3188ad496..d1eb954a5 100644 --- a/coreapi/account_creator.c +++ b/coreapi/account_creator.c @@ -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