PERFORCE change 146203 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Jul 29 12:23:29 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=146203

Change 146203 by trasz at trasz_traszkan on 2008/07/29 12:23:20

	Fix "getfacl -v" formatting problem introduced in 146166.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_support_nfs4.c#3 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_support_nfs4.c#3 (text+ko) ====

@@ -100,6 +100,8 @@
 		/* ... then remove the last slash. */
 		assert(str[off] == '/');
 		str[off] = '\0';
+	} else {
+		str[0] = '\0';
 	}
 
 	return (0);


More information about the p4-projects mailing list