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:
d319d28
)
- Changed to use url().asCompleteString (incl. passwd).
author
Marius Tomaschewski
<mt@suse.de>
Tue, 7 Mar 2006 16:53:40 +0000
(16:53 +0000)
committer
Marius Tomaschewski
<mt@suse.de>
Tue, 7 Mar 2006 16:53:40 +0000
(16:53 +0000)
zypp/SourceManager.cc
patch
|
blob
|
history
diff --git
a/zypp/SourceManager.cc
b/zypp/SourceManager.cc
index
dc44676
..
01b0beb
100644
(file)
--- a/
zypp/SourceManager.cc
+++ b/
zypp/SourceManager.cc
@@
-200,7
+200,7
@@
namespace zypp
{
storage::PersistentStorage::SourceData descr;
- descr.url = it->second->url().asString();
+ descr.url = it->second->url().as
Complete
String();
descr.enabled = it->second->enabled();
descr.alias = it->second->alias();
descr.autorefresh = it->second->autorefresh();