Signed-off-by: Eric Leblond <eric@xxxxxxxxx> --- output/ulogd_output_LOGEMU.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/output/ulogd_output_LOGEMU.c b/output/ulogd_output_LOGEMU.c index 26f139b..bb27209 100644 --- a/output/ulogd_output_LOGEMU.c +++ b/output/ulogd_output_LOGEMU.c @@ -177,11 +177,8 @@ static int fini_logemu(struct ulogd_pluginstance *pi) { static int configure_logemu(struct ulogd_pluginstance *pi, struct ulogd_pluginstance_stack *stack) { - /* FIXME: error handling */ ulogd_log(ULOGD_DEBUG, "parsing config file section %s\n", pi->id); - config_parse_file(pi->id, pi->config_kset); - - return 0; + return config_parse_file(pi->id, pi->config_kset); } static struct ulogd_plugin logemu_plugin = { -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html