From a640dc190ea88a50f5594eb93989cb0fb91303f8 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Tue, 7 Mar 2006 16:53:40 +0000 Subject: [PATCH] - Changed to use url().asCompleteString (incl. passwd). --- zypp/SourceManager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/SourceManager.cc b/zypp/SourceManager.cc index dc44676..01b0beb 100644 --- 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().asCompleteString(); descr.enabled = it->second->enabled(); descr.alias = it->second->alias(); descr.autorefresh = it->second->autorefresh(); -- 2.7.4