Avoid uninitialized warning.

This commit is contained in:
christos 2018-08-20 06:47:16 +00:00
parent 18b0feccb0
commit 49c18b3098
1 changed files with 2 additions and 1 deletions

View File

@ -6470,7 +6470,8 @@ zfsdev_ioctl(dev_t dev, int zcmd, intptr_t iarg, int flag, cred_t *cr, int *rval
goto out;
}
}
}
} else
zc_iocparm = NULL;
if (compat) {
if (newioc) {