Merge "res_pjsip_registrar: Fix uninitlized variable warning"

pull/18/head
Friendly Automation 6 years ago committed by Gerrit Code Review
commit d792d8470a

@ -1006,7 +1006,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;

Loading…
Cancel
Save