gentoo: use /var/run for new /run compatibility
[util-vserver.git] / lib_internal / matchlist-compare.c
index 2cff7e2..b46f7f6 100644 (file)
@@ -37,5 +37,5 @@ MatchList_compare(struct MatchList const *list, char const *path)
       return ptr->type;
   }
 
-  return stINCLUDE;
+  return list->skip_depth > 0 ? stEXCLUDE : stINCLUDE;
 }