]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/match.c
More FileSet changes
[bacula/bacula] / bacula / src / findlib / match.c
index 9581567144266c37673c5d6c045a17035afa0223..669ebbdddd712b19d04097d892cabe0d88968e95 100644 (file)
@@ -341,7 +341,7 @@ int file_is_excluded(FF_PKT *ff, char *file)
       /* Match from the beginning of a component only */
       if ((p == file || (*p != '/' && *(p-1) == '/'))
           && file_in_excluded_list(ff->excluded_files_list, p)) {
-        return 1;
+        return 1;   
       }
    }
    return 0;