From 2cf8a7a60ef21a97cd80ab5597c792d949fe299a Mon Sep 17 00:00:00 2001 From: Lubos Stanek Date: Tue, 21 Nov 2006 17:00:54 +0100 Subject: [PATCH] df plugin: Fix a nasty bug in the config routine. It effectively disabled the `IgnoreSelected' option. --- src/df.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/df.c b/src/df.c index 8eed1f54..41f1d838 100644 --- a/src/df.c +++ b/src/df.c @@ -125,6 +125,7 @@ static int df_config (char *key, char *value) ignorelist_set_invert (il_mountpoint, 1); ignorelist_set_invert (il_fstype, 1); } + return (0); } return (-1); -- 2.11.0