]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix missing case for NetBSD xattr restores.
authorMarco van Wieringen <mvw@planets.elm.net>
Sun, 28 Jun 2009 15:19:50 +0000 (15:19 +0000)
committerMarco van Wieringen <mvw@planets.elm.net>
Sun, 28 Jun 2009 15:19:50 +0000 (15:19 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8927 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/restore.c
bacula/technotes

index b8435e132ae93c789deabf9e3c13605a089aa1aa..e85fcb770b71cf31c5207d2fd089e030b1e4b9f5 100644 (file)
@@ -619,6 +619,7 @@ void do_restore(JCR *jcr)
       case STREAM_XATTR_DARWIN:
       case STREAM_XATTR_FREEBSD:
       case STREAM_XATTR_LINUX:
+      case STREAM_XATTR_NETBSD:
          /*
           * Do not restore Extended Attributes when
           * a) The current file is not extracted
index 4051e0e7981f35c96965964b60e90940aaa9b9b4..614d84ff0fee9d9dd570898dc7a93a6c413e475a 100644 (file)
@@ -2,6 +2,8 @@
           
 General:
 
+28Jun09
+mvw  Fix missing case for NetBSD xattr restores.
 27Jun09
 kes  Fix Win32 build -- turn off lockmgr and remove lockmgr defs
 25Jun09