@@ -1,3 +1,8 @@
+2007-05-03 22:34 psychotrahe
+
+ * plugins/check_disk.c: - Fix partition selection if if last
+ argument is a pathname/device without using -p
2007-04-10 08:17 dermoth
* po/: POTFILES.in, de.po, fr.po, nagios-plugins.pot: Add some
@@ -217,3 +217,4 @@ Mark Favas
Felix Frank
Denis Knauf
Matthias Flacke
+Emil Michles
@@ -734,6 +734,7 @@ process_arguments (int argc, char **argv)
if (argc > c && path == NULL) {
se = np_add_parameter(&path_select_list, strdup(argv[c++]));
+ path_selected = true;
set_all_thresholds(se);
}