Skip to content

Commit 3e86130

Browse files
committed
Zpool: increase libzfs so version to 6
Fixes #1973
1 parent 350ffce commit 3e86130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/zpool/zpool_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ static int enumZpoolCallback(zpool_handle_t* zpool, void* param)
8080

8181
const char* ffDetectZpool(FFlist* result /* list of FFZpoolResult */)
8282
{
83-
FF_LIBRARY_LOAD(libzfs, "dlopen libzfs" FF_LIBRARY_EXTENSION " failed", "libzfs" FF_LIBRARY_EXTENSION, 4);
83+
FF_LIBRARY_LOAD(libzfs, "dlopen libzfs" FF_LIBRARY_EXTENSION " failed", "libzfs" FF_LIBRARY_EXTENSION, 6);
8484
FF_LIBRARY_LOAD_SYMBOL_MESSAGE(libzfs, libzfs_init);
8585

8686
libzfs_handle_t* handle = fflibzfs_init();

0 commit comments

Comments
 (0)