[Unit-tests] mod_sofia: avoid duplicate symbols on macos.

This commit is contained in:
Andrey Volk
2022-12-31 01:43:03 +03:00
parent 408cbb2050
commit 84cb1bdf84
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -4667,7 +4667,7 @@ static switch_status_t sofia_manage(char *relative_oid, switch_management_action
return SWITCH_STATUS_SUCCESS;
}
static int protect_dest_uri(switch_caller_profile_t *cp)
int protect_dest_uri(switch_caller_profile_t *cp)
{
char *p = cp->destination_number, *o = p;
char *q = NULL, *e = NULL, *qenc = NULL;