mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 13:58:38 +00:00
Merge "res_pjsip_registrar: Fix uninitlized variable warning" into 13
This commit is contained in:
@@ -1017,7 +1017,7 @@ static struct ast_sip_aor *find_registrar_aor(struct pjsip_rx_data *rdata, struc
|
|||||||
{
|
{
|
||||||
struct ast_sip_aor *aor = NULL;
|
struct ast_sip_aor *aor = NULL;
|
||||||
char *aor_name = NULL;
|
char *aor_name = NULL;
|
||||||
char *domain_name;
|
char *domain_name = NULL;
|
||||||
char *username = NULL;
|
char *username = NULL;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user