File iptraf-3.0.0-uninitialized.patch of Package iptraf
--- src/iptraf.c +++ src/iptraf.c @@ -487,7 +487,7 @@ int command = 0; char keyparm[12]; int facilitytime = 0; - int current_log_interval; + int current_log_interval = 0; #ifndef ALLOWUSERS if (geteuid() != 0) {