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

This commit is contained in:
Brian Behlendorf 2008-12-03 16:55:50 -08:00
commit cdf4355932
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ namespace_reload(libzfs_handle_t *hdl)
return (no_memory(hdl));
}
if (zcmd_alloc_dst_nvlist(hdl, &zc, 0) != 0)
if (zcmd_alloc_dst_nvlist(hdl, &zc, 32768) != 0)
return (-1);
for (;;) {