Coverity: Don't call free_strings (NULL).
[libguestfs.git] / daemon / ext2.c
index 85ce316..01a4628 100644 (file)
@@ -39,7 +39,7 @@
  * We specify e4fsprogs in the package list to ensure it is loaded
  * if it exists.
  */
-static int
+int
 e2prog (char *name)
 {
   char *p = strstr (name, "e2");