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:
919e26e
)
- Removed nfs scheme config (no restrictions to the url)
author
Marius Tomaschewski
<mt@suse.de>
Thu, 16 Feb 2006 11:54:05 +0000
(11:54 +0000)
committer
Marius Tomaschewski
<mt@suse.de>
Thu, 16 Feb 2006 11:54:05 +0000
(11:54 +0000)
zypp/Url.cc
patch
|
blob
|
history
diff --git
a/zypp/Url.cc
b/zypp/Url.cc
index 02ea4e5b3ced66889b3072f6c4462bed68b09d3f..9289a1391e5fef6444571fd166c8c2441127ef61 100644
(file)
--- a/
zypp/Url.cc
+++ b/
zypp/Url.cc
@@
-170,11
+170,6
@@
namespace zypp
// don't show empty authority
ref->setViewOptions( zypp::url::ViewOption::DEFAULTS -
zypp::url::ViewOption::EMPTY_AUTHORITY);
- ref->config("rx_username", ""); // disallow username
- ref->config("rx_password", ""); // disallow password
- // FIXME: hmm... also host+port?
- addUrlByScheme("nfs", ref);
-
ref->config("with_authority" "n"); // disallow host & port
addUrlByScheme("mailto", ref);
addUrlByScheme("urn", ref);