summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.c b/src/config.c
index db178df..f21e875 100644
--- a/src/config.c
+++ b/src/config.c
@@ -345,9 +345,6 @@ void fastd_configure(fastd_context *ctx, fastd_config *conf, int argc, char *con
ok = false;
}
- if (ok)
- ok = conf->protocol->check_config(ctx, conf);
-
if (!ok)
exit_error(ctx, "config error");
}