Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2008 12:23:28 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 146203 for review
Message-ID:  <200807291223.m6TCNSgp008575@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=146203

Change 146203 by trasz@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807291223.m6TCNSgp008575>