diff options
Diffstat (limited to 'discover/parser-conf.c')
-rw-r--r-- | discover/parser-conf.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/discover/parser-conf.c b/discover/parser-conf.c index e9f436c..14f847d 100644 --- a/discover/parser-conf.c +++ b/discover/parser-conf.c @@ -187,11 +187,6 @@ static void conf_parse_buf(struct conf_context *conf) if (*value == '#') continue; - value = conf_strip_str(value); - - if (!value) - continue; - conf->process_pair(conf, name, value); } |