diff options
author | Scott Ullrich <sullrich@scott-ullrichs-mac-pro.local> | 2009-02-09 16:10:27 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@scott-ullrichs-mac-pro.local> | 2009-02-09 16:10:27 -0500 |
commit | f83fcd4a086d44c1e0faeb910e270782e010c8cd (patch) | |
tree | f61eb788398c75fbfc0dcfafb1d2ae0f25fcda5b | |
parent | 030044c0dab711722d52ac5e5d2be860a9d944d4 (diff) | |
download | pfsense-packages-f83fcd4a086d44c1e0faeb910e270782e010c8cd.tar.gz pfsense-packages-f83fcd4a086d44c1e0faeb910e270782e010c8cd.tar.bz2 pfsense-packages-f83fcd4a086d44c1e0faeb910e270782e010c8cd.zip |
flush() after reading
-rw-r--r-- | config/snort/snort.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |