14 lines
445 B
Diff
14 lines
445 B
Diff
diff -up ./dump-0.4b42/restore/xattr.c.rh568457 ./dump-0.4b42/restore/xattr.c
|
|
--- ./dump-0.4b42/restore/xattr.c.rh568457 2008-06-09 15:25:40.000000000 +0200
|
|
+++ ./dump-0.4b42/restore/xattr.c 2010-03-04 11:28:40.649246489 +0100
|
|
@@ -424,6 +424,9 @@ xattr_cb_set(char *name, char *value, in
|
|
char *path = (char *)private;
|
|
int err;
|
|
|
|
+ if(Nflag)
|
|
+ return GOOD;
|
|
+
|
|
isSELinux;
|
|
#ifdef TRANSSELINUX /*GAN6May06 SELinux MLS */
|
|
if (isSELinux)
|