From c812d7d0ac9a0910acf40f24af146768cca69d00 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sun, 28 Jun 2009 15:19:50 +0000 Subject: [PATCH] Fix missing case for NetBSD xattr restores. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8927 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/restore.c | 1 + bacula/technotes | 2 ++ 2 files changed, 3 insertions(+) diff --git a/bacula/src/filed/restore.c b/bacula/src/filed/restore.c index b8435e132a..e85fcb770b 100644 --- a/bacula/src/filed/restore.c +++ b/bacula/src/filed/restore.c @@ -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 diff --git a/bacula/technotes b/bacula/technotes index 4051e0e798..614d84ff0f 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -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 -- 2.39.2