style(9) fix, I was also going to silence gcc.

Approved by:	emaste, oshogbo
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2018-06-19 18:25:43 +00:00
parent 843c0f2aaf
commit 1ef447f923
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335380

View File

@ -1997,6 +1997,7 @@ nvpair_append_nvlist_array(nvpair_t *nvp, const nvlist_t *value)
nvlist_set_flags(nvl, flags);
tmpnvp = NULL;
prev = NULL;
if (nvp->nvp_nitems > 0) {
nvlist_t **nvls = (void *)(uintptr_t)nvp->nvp_data;