fish: Change 'int argc' to 'size_t argc' throughout.
[libguestfs.git] / daemon / debug.c
index 0867ccd..11a26c3 100644 (file)
@@ -394,6 +394,6 @@ do_debug_upload (const char *filename MAYBE_UNUSED, int mode MAYBE_UNUSED)
   return 0;
 #else
   reply_with_error ("guestfsd was not configured with --enable-debug-command");
-  return NULL;
+  return -1;
 #endif
 }