zdb: fix FreeBSD build failure
This fixes FreeBSD build failure with clang-18 after 23a489a
got merged.
Signed-off-by: Ameer Hamza <ahamza@ixsystems.com>
This commit is contained in:
parent
23a489a411
commit
78d01d955e
|
@ -9185,7 +9185,7 @@ main(int argc, char **argv)
|
|||
libzfs_core_init() == 0) {
|
||||
char *pname = strdup(target);
|
||||
const char *value;
|
||||
nvlist_t *pnvl;
|
||||
nvlist_t *pnvl = NULL;
|
||||
nvlist_t *vnvl;
|
||||
|
||||
if (strpbrk(pname, "/@") != NULL)
|
||||
|
|
Loading…
Reference in New Issue