arch and basearch working
[platform/upstream/libzypp.git] / zypp / RepoManager.cc
index c91dba9..5e639f8 100644 (file)
@@ -170,7 +170,7 @@ namespace zypp
 
   static void assert_urls( const RepoInfo &info )
   {
-    if (info.baseUrls().empty())
+    if (info.baseUrlsEmpty())
         ZYPP_THROW(RepoNoUrlException());
   }