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:
5d72fda
)
don't try to attach without exception handling (#158620)
author
Stanislav Visnovsky
<visnov@suse.cz>
Mon, 20 Mar 2006 14:53:34 +0000
(14:53 +0000)
committer
Stanislav Visnovsky
<visnov@suse.cz>
Mon, 20 Mar 2006 14:53:34 +0000
(14:53 +0000)
zypp/source/SourceImpl.cc
patch
|
blob
|
history
diff --git
a/zypp/source/SourceImpl.cc
b/zypp/source/SourceImpl.cc
index f0c7c534ccce80e5dd43ecf80706ba0d2ae6dde4..3b75a58dfd7bb30541f625bbc04ddb8d2a6b166e 100644
(file)
--- a/
zypp/source/SourceImpl.cc
+++ b/
zypp/source/SourceImpl.cc
@@
-199,9
+199,10
@@
namespace zypp
user == media::MediaChangeReport::CHANGE_URL )
{
// retry
- DBG << "Going to
attach
again" << endl;
+ DBG << "Going to
try
again" << endl;
- media_mgr.attach( _media );
+ // not attaching, media set will do that for us
+ // this could generate uncaught exception (#158620)
break;
}