Explorar o código

check_disk.c: fix undefined *last_me

Mario Trangoni %!s(int64=7) %!d(string=hai) anos
pai
achega
404df15f14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/check_disk.c

+ 1 - 1
plugins/check_disk.c

@@ -180,7 +180,7 @@ main (int argc, char **argv)
   double critical_high_tide;
   int temp_result;
 
-  struct mount_entry *me
+  struct mount_entry *me, *last_me = NULL;
   struct fs_usage fsp;
   struct parameter_list *temp_list, *path;