Code

df plugin: Fix a nasty bug in the config routine. It effectively disabled the `Ignore...
authorLubos Stanek <lubek@users.sourceforge.net>
Tue, 21 Nov 2006 16:00:54 +0000 (17:00 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 21 Nov 2006 16:00:54 +0000 (17:00 +0100)
src/df.c

index 8eed1f548cb4f9d074cd272fd70c953199413aba..41f1d83824d574e9552471cdc121b7f6e30ebd22 100644 (file)
--- 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);