- Added note if we should support ftp/https...
authorMarius Tomaschewski <mt@suse.de>
Thu, 23 Feb 2006 19:07:31 +0000 (19:07 +0000)
committerMarius Tomaschewski <mt@suse.de>
Thu, 23 Feb 2006 19:07:31 +0000 (19:07 +0000)
zypp/media/MediaISO.cc

index fa484c1..7d9fa98 100644 (file)
@@ -78,6 +78,9 @@ namespace zypp
         ZYPP_THROW(MediaUnsupportedUrlSchemeException(src));
       }
 #if 0
+      /*
+      ** FIXME: should we really support this?
+      */
       else
       if( src.getScheme() == "ftp"   ||
           src.getScheme() == "http"  ||