- fixed ZYPP_RETHROW (#156430)
authorMichael Andres <ma@suse.de>
Tue, 21 Mar 2006 13:06:30 +0000 (13:06 +0000)
committerMichael Andres <ma@suse.de>
Tue, 21 Mar 2006 13:06:30 +0000 (13:06 +0000)
zypp/base/Exception.h

index 3b1867aee44c23316246e91ef5633af6b12f8b1a..e99f0793c759784147274431967108c4e8c27a0c 100644 (file)
@@ -214,7 +214,7 @@ namespace zypp
     {
       Exception::log( excpt_r, where_r, "RETHROW: " );
       excpt_r.relocate( where_r );
-      throw excpt_r;
+      throw;
     }
 
   ///////////////////////////////////////////////////////////////////