From: Ondrej Kozina Date: Wed, 27 Feb 2013 16:04:26 +0000 (+0100) Subject: - inherit XA support from parent SDir X-Git-Tag: v0.1.3~18^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f17539d3dd14dbc2d4b9e6c2d818ebf45912543;p=thirdparty%2Fsnapper.git - inherit XA support from parent SDir --- diff --git a/snapper/FileUtils.cc b/snapper/FileUtils.cc index 8b075953..2f229e5b 100644 --- a/snapper/FileUtils.cc +++ b/snapper/FileUtils.cc @@ -92,7 +92,7 @@ namespace snapper throw IOErrorException(); } #ifdef ENABLE_XATTRS - setXaStatus(); + xastatus = dir.xastatus; #endif }