From: Marco van Wieringen Date: Sun, 5 Jul 2009 15:17:40 +0000 (+0200) Subject: Fixed typo where I moved some code into the switch. This version compiles on Linux X-Git-Tag: Release-5.0.0~333^2~46 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5886c74c397147a8a3211f48af244a82155d2255;p=bacula%2Fbacula Fixed typo where I moved some code into the switch. This version compiles on Linux --- diff --git a/bacula/src/filed/xattr.c b/bacula/src/filed/xattr.c index e64a4d3f9d..0e88059e73 100644 --- a/bacula/src/filed/xattr.c +++ b/bacula/src/filed/xattr.c @@ -502,11 +502,11 @@ static bsub_exit_code generic_xattr_parse_streams(JCR *jcr, int stream) * we try to restore the other extended attributes too. */ if (lsetxattr(jcr->last_fname, current_xattr.name, current_xattr.value, + current_xattr.value_length, 0) != 0) { switch (errno) { case ENOENT: break; default: - current_xattr.value_length, 0) != 0) { Jmsg2(jcr, M_ERROR, 0, _("lsetxattr error on file \"%s\": ERR=%s\n"), jcr->last_fname, be.bstrerror()); Dmsg2(100, "lsetxattr error file=%s ERR=%s\n",