Merge branch 'gcc-cast' into refs/top-bases/gcc-branch

This commit is contained in:
Brian Behlendorf 2009-01-09 13:33:09 -08:00
commit 953d302b87
1 changed files with 1 additions and 1 deletions

View File

@ -2189,7 +2189,7 @@ zfs_ioc_snapshot(zfs_cmd_t *zc)
if (snapshot_namecheck(zc->zc_value, NULL, NULL) != 0) if (snapshot_namecheck(zc->zc_value, NULL, NULL) != 0)
return (EINVAL); return (EINVAL);
if (zc->zc_nvlist_src != NULL && if (zc->zc_nvlist_src != 0 &&
(error = get_nvlist(zc->zc_nvlist_src, zc->zc_nvlist_src_size, (error = get_nvlist(zc->zc_nvlist_src, zc->zc_nvlist_src_size,
&nvprops)) != 0) &nvprops)) != 0)
return (error); return (error);