vppinfra: simpler and faster pool_foreach
[vpp.git] / src / plugins / nat / nat44_cli.c
index d9cfe32..2980764 100644 (file)
@@ -750,7 +750,7 @@ nat44_show_summary_command_fn (vlib_main_t * vm, unformat_input_t * input,
   u32 count = 0;
 
   u64 now = vlib_time_now (vm);
-  u64 sess_timeout_time;
+  u64 sess_timeout_time = 0;
 
   u32 udp_sessions = 0;
   u32 tcp_sessions = 0;