cadf870
--- rsync-2.6.9-orig/hlink.c	2007-06-17 11:51:28.000000000 +0200
cadf870
+++ rsync-2.6.9/hlink.c	2007-06-17 11:58:22.000000000 +0200
cadf870
@@ -315,6 +315,9 @@ void hard_link_cluster(struct file_struc
cadf870
 		if (file->F_HLINDEX != SKIPPED_LINK)
cadf870
 			continue;
cadf870
 		hlink2 = f_name(file, NULL);
cadf870
+#ifdef SUPPORT_ACLS
cadf870
+		sx.acc_acl = sx.def_acl = NULL;
cadf870
+#endif
cadf870
 		statret = link_stat(hlink2, &sx.st, 0);
cadf870
 		maybe_hard_link(file, ndx, hlink2, statret, &sx,
cadf870
 				hlink1, &st, itemizing, code);