Patch:

--- old/src/modules/client/progress.py  Wed Aug 17 18:24:11 2011
+++ new/src/modules/client/progress.py  Wed Aug 17 18:24:11 2011
@@ -1238,7 +1238,6 @@
                 self.__generic_simple_done()

         def index_optimize(self):
-                self.ind_output_done()
                 self.ind_started = False
                 self.last_print_time = 0
                 try:


Bug:
    15231 index_optimize should not call ind_output_done

We only call index_optimize in one location in the code, and ind_output_done has always been called prior to its invocation.

Thanks,
Brock
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to