summaryrefslogtreecommitdiffstats
path: root/src/protocol_null.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-03-26 19:16:29 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-03-26 19:16:29 +0200
commit2ffca7de4ef14aa03bc5a855005edbc9849862a7 (patch)
tree7168a61299fd0e6b79b6d440018bab6db3914c54 /src/protocol_null.c
parente89cfb2f0b8159f602ecae6b53c0ee59b112601d (diff)
downloadfastd-2ffca7de4ef14aa03bc5a855005edbc9849862a7.tar
fastd-2ffca7de4ef14aa03bc5a855005edbc9849862a7.zip
Move around some structure fields
Diffstat (limited to 'src/protocol_null.c')
-rw-r--r--src/protocol_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol_null.c b/src/protocol_null.c
index 9bbe667..4772739 100644
--- a/src/protocol_null.c
+++ b/src/protocol_null.c
@@ -34,7 +34,7 @@
#include <arpa/inet.h>
-static void protocol_init(fastd_context *ctx) {
+static void protocol_init(fastd_context *ctx, fastd_config *conf) {
if (ctx->conf->n_floating > 1)
exit_error(ctx, "with protocol `null' use can't define more than one floating peer");
}