Explorar el Código

check_disk.c: fix undefined *last_me

Mario Trangoni hace 7 años
padre
commit
404df15f14
Se han modificado 1 ficheros con 1 adiciones y 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;
   double critical_high_tide;
   int temp_result;
   int temp_result;
 
 
-  struct mount_entry *me
+  struct mount_entry *me, *last_me = NULL;
   struct fs_usage fsp;
   struct fs_usage fsp;
   struct parameter_list *temp_list, *path;
   struct parameter_list *temp_list, *path;