diff options
-rw-r--r-- | src/protocol_null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol_null.c b/src/protocol_null.c index 71957e2..b22e03e 100644 --- a/src/protocol_null.c +++ b/src/protocol_null.c @@ -35,7 +35,7 @@ static void protocol_init(fastd_context *ctx, fastd_config *conf) { - if (ctx->conf->n_floating > 1) + if (conf->n_floating > 1) exit_error(ctx, "with protocol `null' use can't define more than one floating peer"); } |