- Removed nfs scheme config (no restrictions to the url)
authorMarius Tomaschewski <mt@suse.de>
Thu, 16 Feb 2006 11:54:05 +0000 (11:54 +0000)
committerMarius Tomaschewski <mt@suse.de>
Thu, 16 Feb 2006 11:54:05 +0000 (11:54 +0000)
zypp/Url.cc

index 02ea4e5b3ced66889b3072f6c4462bed68b09d3f..9289a1391e5fef6444571fd166c8c2441127ef61 100644 (file)
@@ -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);