From: Marco van Wieringen Date: Thu, 11 Oct 2012 11:42:26 +0000 (+0200) Subject: Tweak add some more missing xattr streams for bscan. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2c025b3d8c1fb746df6158b10ed98d81a22ae21b;p=bacula%2Fbacula Tweak add some more missing xattr streams for bscan. --- diff --git a/bacula/src/stored/bscan.c b/bacula/src/stored/bscan.c index d22560d9b1..e0f635f3a5 100644 --- a/bacula/src/stored/bscan.c +++ b/bacula/src/stored/bscan.c @@ -844,6 +844,8 @@ static bool record_cb(DCR *dcr, DEV_RECORD *rec) /* Ignore Unix ACL attributes */ break; + case STREAM_XATTR_HURD: + case STREAM_XATTR_IRIX: case STREAM_XATTR_TRU64: case STREAM_XATTR_AIX: case STREAM_XATTR_OPENBSD: