]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- inherit XA support from parent SDir
authorOndrej Kozina <okozina@redhat.com>
Wed, 27 Feb 2013 16:04:26 +0000 (17:04 +0100)
committerOndrej Kozina <okozina@redhat.com>
Wed, 27 Feb 2013 16:30:11 +0000 (17:30 +0100)
snapper/FileUtils.cc

index 8b0759530287bfb47f036a62dc798f32f3fb423b..2f229e5b36b13752ed4ca4347cab1dd37b8d7d67 100644 (file)
@@ -92,7 +92,7 @@ namespace snapper
            throw IOErrorException();
        }
 #ifdef ENABLE_XATTRS
-       setXaStatus();
+       xastatus = dir.xastatus;
 #endif
     }