Merge commit 'refs/top-bases/top' into top

This commit is contained in:
Brian Behlendorf 2009-07-07 14:33:10 -07:00
commit 9209a408d9
1 changed files with 1 additions and 1 deletions

View File

@ -3985,7 +3985,7 @@ zfs_smb_acl_mgmt(libzfs_handle_t *hdl, char *dataset, char *path,
if (cmd == ZFS_SMB_ACL_RENAME) { if (cmd == ZFS_SMB_ACL_RENAME) {
if (nvlist_alloc(&nvlist, NV_UNIQUE_NAME, 0) != 0) { if (nvlist_alloc(&nvlist, NV_UNIQUE_NAME, 0) != 0) {
(void) no_memory(hdl); (void) no_memory(hdl);
return (NULL); return (-1);
} }
} }