diff options
Diffstat (limited to 'src/method_null.c')
-rw-r--r-- | src/method_null.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/method_null.c b/src/method_null.c index eb9ff64..e8d8f58 100644 --- a/src/method_null.c +++ b/src/method_null.c @@ -34,7 +34,6 @@ #include <arpa/inet.h> - static bool method_check_config(fastd_context *ctx, const fastd_config *conf) { if (conf->n_floating > 1) { pr_error(ctx, "with method `null' use can't define more than one floating peer"); |