]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak add some more missing xattr streams for bscan.
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 11 Oct 2012 11:42:26 +0000 (13:42 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:51:01 +0000 (14:51 +0200)
bacula/src/stored/bscan.c

index d22560d9b1422930a741b0eeeb2f429f56847616..e0f635f3a5419b0892b59ce9901e1681b93525e1 100644 (file)
@@ -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: