From f83fcd4a086d44c1e0faeb910e270782e010c8cd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 9 Feb 2009 16:10:27 -0500 Subject: flush() after reading --- config/snort/snort.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'config/snort') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index a4ceb7eb..70dc31bf 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -637,6 +637,7 @@ function extract_snort_rules_md5($tmpfname) { while(!feof($handle)) { $read .= fread($handle, 100); update_output_window($read); + flush(); } pclose($handle); if(!$console_mode) { -- cgit v1.2.3