]> git.sur5r.net Git - bacula/bacula/commitdiff
Fixed inverted logic
authorMarco van Wieringen <mvw@planets.elm.net>
Sun, 4 Oct 2009 17:26:01 +0000 (19:26 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 5 Oct 2009 08:08:29 +0000 (10:08 +0200)
Signed-off-by: Eric Bollengier <eric@eb.homelinux.org>
bacula/src/filed/xattr.c

index b8b6199299db0fa46f314ce4e99703d636175484..27254ba7f24c4bb3b9a3b6f5b34f830ba6c7e5e4 100644 (file)
@@ -391,7 +391,7 @@ static bxattr_exit_code generic_xattr_build_streams(JCR *jcr, FF_PKT *ff_pkt)
          }
       }
 
-      if (!skip_xattr) {
+      if (skip_xattr) {
          bp = strchr(bp, '\0') + 1;
          continue;
       }