Parcourir la source

check_disk.c: fix undefined *last_me

Mario Trangoni il y a 7 ans
Parent
commit
404df15f14
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;