Kaynağa Gözat

core:action.c initialized variable before usage

Marius Zbihlei 13 yıl önce
ebeveyn
işleme
79cd491934
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      action.c

+ 1 - 1
action.c

@@ -1580,7 +1580,7 @@ int run_actions(struct run_act_ctx* h, struct action* a, struct sip_msg* msg)
 	struct action* t;
 	int ret;
 	struct sr_module *mod;
-	unsigned int ms;
+	unsigned int ms = 0;
 
 	ret=E_UNSPEC;
 	h->rec_lev++;