Commit 4905a6c3 authored by Lionel Gauthier's avatar Lionel Gauthier

Init local proc vars

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5337 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 0447007f
......@@ -41,10 +41,10 @@
int s6a_add_subscription_data_avp(struct msg *message, mysql_ul_ans_t *mysql_ans)
{
int ret = -1, i;
mysql_pdn_t *pdns;
uint8_t nb_pdns;
struct avp *avp, *child_avp;
int ret = -1, i = 0;
mysql_pdn_t *pdns = NULL;
uint8_t nb_pdns = 0;
struct avp *avp = NULL, *child_avp = NULL;
union avp_value value;
if (mysql_ans == NULL) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment