Procházet zdrojové kódy

core:action.c initialized variable before usage

Marius Zbihlei před 13 roky
rodič
revize
79cd491934
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 	struct action* t;
 	int ret;
 	int ret;
 	struct sr_module *mod;
 	struct sr_module *mod;
-	unsigned int ms;
+	unsigned int ms = 0;
 
 
 	ret=E_UNSPEC;
 	ret=E_UNSPEC;
 	h->rec_lev++;
 	h->rec_lev++;