Skip to content

Commit

Permalink
dialog: init variable to fix warning
Browse files Browse the repository at this point in the history
(cherry picked from commit 682f998)
  • Loading branch information
miconda committed Jan 26, 2022
1 parent c858289 commit 49d5f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/dialog/dlg_dmq.c
Expand Up @@ -106,7 +106,7 @@ int dlg_dmq_handle_msg(struct sip_msg* msg, peer_reponse_t* resp, dmq_node_t* no
srjson_t *it = NULL;

dlg_dmq_action_t action = DLG_DMQ_NONE;
dlg_iuid_t iuid;
dlg_iuid_t iuid = {0};
str profiles = {0, 0}, callid = {0, 0}, tag1 = {0,0}, tag2 = {0,0},
contact1 = {0,0}, contact2 = {0,0}, k={0,0}, v={0,0};
str cseq1 = {0,0}, cseq2 = {0,0}, route_set1 = {0,0}, route_set2 = {0,0},
Expand Down

0 comments on commit 49d5f6e

Please sign in to comment.