#undef NDEBUG
[util-vserver.git] / util-vserver / lib_internal / matchlist-appendfiles.c
index de2393a..73af1a0 100644 (file)
@@ -51,6 +51,7 @@ MatchList_appendFiles(struct MatchList *list, size_t idx,
       char     *file = files[i];
       switch (file[0]) {
        case '+'        :  ptr->type = stINCLUDE; ++file; break;
+       case '~'        :  ptr->type = stSKIP;    ++file; break;
        case '-'        :  ++file; /*@fallthrough@*/
        default         :  ptr->type = stEXCLUDE; break;
       }