diff options
Diffstat (limited to 'lib/utils_disk.c')
-rw-r--r-- | lib/utils_disk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_disk.c b/lib/utils_disk.c index fdbeaf1..74708c0 100644 --- a/lib/utils_disk.c +++ b/lib/utils_disk.c | |||
@@ -60,6 +60,7 @@ np_add_parameter(struct parameter_list **list, const char *name) | |||
60 | new_path->usedspace_units = NULL; | 60 | new_path->usedspace_units = NULL; |
61 | new_path->usedspace_percent = NULL; | 61 | new_path->usedspace_percent = NULL; |
62 | new_path->usedinodes_percent = NULL; | 62 | new_path->usedinodes_percent = NULL; |
63 | new_path->freeinodes_percent = NULL; | ||
63 | 64 | ||
64 | if (current == NULL) { | 65 | if (current == NULL) { |
65 | *list = new_path; | 66 | *list = new_path; |