[Bug 202351] NFS Server - Progress bar doesn't have so many steps
https://bugzilla.novell.com/show_bug.cgi?id=202351 mvidner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsmeix@novell.com, mzugec@novell.com ------- Comment #2 from mvidner@novell.com 2006-09-11 02:25 MST ------- It is because SuSEFirewall::Write*() is called which has its own progress reporting. It should be wrapped like this: boolean progress_orig = Progress::set (false); SuSEFirewall::Write (); Progress::set (progress_orig); Modules which need the fix: mvidner: nfs-client nfs-server tftp-server mail mzugec: http-server. also, iscsi-server wrongly uses Progress::set(true/false) jsmeix: scanner possibly too, I cannot tell at the 1st glance -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com