Merge branch 'gcc-missing-braces' into refs/top-bases/gcc-branch

Conflicts:
	lib/libzfs/libzfs_pool.c
This commit is contained in:
Brian Behlendorf 2010-05-28 15:39:07 -07:00
commit 06ba6dc528
1 changed files with 0 additions and 1 deletions

View File

@ -1383,7 +1383,6 @@ zpool_import_props(libzfs_handle_t *hdl, nvlist_t *config, const char *newname,
nvlist_t *props, boolean_t importfaulted)
{
zfs_cmd_t zc = { "\0", "\0", "\0", 0 };
zfs_cmd_t zc = { 0 };
zpool_rewind_policy_t policy;
nvlist_t *nvi = NULL;
char *thename;