1421199
--- acl_unix.c	2018-08-01 12:01:04.218237606 +0200
1421199
+++ star-1.5.3/star/acl_unix.c	2014-03-31 19:44:46.000000000 +0200
1421199
@@ -505,7 +505,7 @@
1421199
 	}
1421199
 
1421199
 	if (info->f_xflags & XF_ACL_DEFAULT) {
1421199
-		ssize_t	len = strlen(info->f_acl_access) + 2;
1421199
+               ssize_t len = strlen(info->f_acl_default) + 2;
1421199
 
1421199
 		if (len > aclps.ps_size) {
1421199
 			if (aclps.ps_path == acltext) {
1421199
1421199