projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a3e7df
)
- fixed ZYPP_RETHROW (#156430)
author
Michael Andres
<ma@suse.de>
Tue, 21 Mar 2006 13:06:30 +0000
(13:06 +0000)
committer
Michael Andres
<ma@suse.de>
Tue, 21 Mar 2006 13:06:30 +0000
(13:06 +0000)
zypp/base/Exception.h
patch
|
blob
|
history
diff --git
a/zypp/base/Exception.h
b/zypp/base/Exception.h
index 3b1867aee44c23316246e91ef5633af6b12f8b1a..e99f0793c759784147274431967108c4e8c27a0c 100644
(file)
--- a/
zypp/base/Exception.h
+++ b/
zypp/base/Exception.h
@@
-214,7
+214,7
@@
namespace zypp
{
Exception::log( excpt_r, where_r, "RETHROW: " );
excpt_r.relocate( where_r );
- throw
excpt_r
;
+ throw;
}
///////////////////////////////////////////////////////////////////