diff --git a/daemon/available.c b/daemon/available.c index 7bd8a3c7d..59f956437 100644 --- a/daemon/available.c +++ b/daemon/available.c @@ -23,6 +23,7 @@ #include #include "c-ctype.h" +#include "ignore-value.h" #include "guestfs_protocol.h" #include "daemon.h" @@ -103,7 +104,7 @@ test_proc_filesystems (const char *filesystem) static void modprobe (const char *module) { - command (NULL, NULL, str_modprobe, module, NULL); + ignore_value (command (NULL, NULL, str_modprobe, module, NULL)); } /* Internal function for testing if a filesystem is available. Note