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

This commit is contained in:
Brian Behlendorf 2009-07-29 21:27:04 -07:00
commit f80c505f4d
1 changed files with 1 additions and 1 deletions

View File

@ -2592,7 +2592,7 @@ zfs_create_ancestors(libzfs_handle_t *hdl, const char *path)
int prefix;
uint64_t zoned;
char *path_copy;
int rc;
int rc = 0;
if (check_parents(hdl, path, &zoned, B_TRUE, &prefix) != 0)
return (-1);