- fixed the order of operands of susetags local metadata status
authorJan Kupec <jkupec@suse.cz>
Wed, 5 Sep 2007 12:32:41 +0000 (12:32 +0000)
committerJan Kupec <jkupec@suse.cz>
Wed, 5 Sep 2007 12:32:41 +0000 (12:32 +0000)
  computation (part of bug #304310)

zypp/RepoManager.cc

index 5589d9d..a2b12d6 100644 (file)
@@ -327,7 +327,7 @@ namespace zypp
 
       case RepoType::YAST2_e :
       {
-        status = (RepoStatus( rawpath + "/media.1/media") && RepoStatus( rawpath + "/content") );
+        status = RepoStatus( rawpath + "/content") && (RepoStatus( rawpath + "/media.1/media"));
       }
       break;