]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/find.c
15Apr06
[bacula/bacula] / bacula / src / findlib / find.c
index baa4743a10754f304983d7d2a9641db8b8d0c764..1565234489e523ad37da81eaf9dc8d83ef5ca535 100644 (file)
@@ -236,7 +236,6 @@ static bool accept_file(FF_PKT *ff)
             return true;              /* accept file */
          }
       }
-#ifndef WIN32
       if (S_ISDIR(ff->statp.st_mode)) {
          for (k=0; k<fo->regexdir.size(); k++) {
             const int nmatch = 30;
@@ -270,7 +269,6 @@ static bool accept_file(FF_PKT *ff)
             return true;              /* accept file */
          }
       }
-#endif
       /*
        * If we have an empty Options clause with exclude, then
        *  exclude the file