]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak type 26 for bug #2071
authorKern Sibbald <kern@sibbald.com>
Sat, 12 Jul 2014 10:37:15 +0000 (12:37 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 12 Jul 2014 10:37:15 +0000 (12:37 +0200)
bacula/src/findlib/file_create.c

index 791a76532f75972dc7beadf2a2b008364befc5c2..0abb2007183d4de366cf0f288a1a33b506fe768b 100644 (file)
@@ -332,6 +332,10 @@ int create_file(JCR *jcr, ATTR *attr, BFILE *bfd, int replace)
          return CF_CREATED;
       } /* End inner switch */
 
+   case FT_REPARSE:
+   case FT_JUNCTION:
+      bfd->reparse_point = true;
+      /* Fall through wanted */
    case FT_DIRBEGIN:
    case FT_DIREND:
       Dmsg2(200, "Make dir mode=%o dir=%s\n", new_mode, attr->ofname);