style(9) fix, I was also going to silence gcc.
Approved by: emaste, oshogbo Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
843c0f2aaf
commit
1ef447f923
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user