Shell stopped working at all; fixed (#301666).
authorMartin Vidner <mvidner@suse.cz>
Thu, 23 Aug 2007 15:23:30 +0000 (15:23 +0000)
committerMartin Vidner <mvidner@suse.cz>
Thu, 23 Aug 2007 15:23:30 +0000 (15:23 +0000)
package/zypper.changes
src/zypper.cc

index a8aadd8..1408583 100644 (file)
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Thu Aug 23 17:21:55 CEST 2007 - mvidner@suse.cz
+
+- Shell stopped working at all; fixed (#301666).
+
+-------------------------------------------------------------------
 Thu Aug 23 10:22:14 CEST 2007 - mvidner@suse.cz
 
 - Re-enabled the read-only lock for service-list (#302152).
index dfdd016..e5981bf 100644 (file)
@@ -1491,7 +1491,7 @@ void command_shell ()
     {
       try
       {
-        ZypperCommand command(command_str);
+       command = ZypperCommand(command_str);
         if (command == ZypperCommand::SHELL_QUIT)
           loop = false;
         else if (command == ZypperCommand::SHELL)