X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Fxattr.c;h=ccc01c14c21e74177ce4b4af95cdf4f227b79991;hp=4d24a6f281c4473226b225e539fa1be76c2d62ba;hb=15508d36add49ba67db4b0c64637dae09c2249f2;hpb=e41c1b45b971b6495b393ef39848ff2ed487e101 diff --git a/restore/xattr.c b/restore/xattr.c index 4d24a6f..ccc01c1 100644 --- a/restore/xattr.c +++ b/restore/xattr.c @@ -29,7 +29,7 @@ #ifndef lint static const char rcsid[] = - "$Id: xattr.c,v 1.5 2008/06/09 13:25:40 stelian Exp $"; + "$Id: xattr.c,v 1.6 2010/03/08 10:40:52 stelian Exp $"; #endif /* not lint */ #include @@ -423,7 +423,10 @@ xattr_cb_set(char *name, char *value, int valuelen, int isSELinux, void *private { char *path = (char *)private; int err; - + + if (Nflag) + return GOOD; + isSELinux; #ifdef TRANSSELINUX /*GAN6May06 SELinux MLS */ if (isSELinux)