X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fprotocol.c;h=d04f9ef6af923da9a35978ebaa1d83aaa73e29a9;hp=f43fccd4c9b53b62ae880ba7fa4956ce9be73a35;hb=3f0c1f6b81dd305b0ded2424f9f7da441c7d97b6;hpb=3157b94e8bdcb6f2a5c48699379d4954c9db1e00 diff --git a/src/protocol.c b/src/protocol.c index f43fccd..d04f9ef 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -35,7 +35,7 @@ bool strictsubnets = false; static bool (*request_handlers[])(connection_t *) = { id_h, metakey_h, challenge_h, chal_reply_h, ack_h, - status_h, error_h, termreq_h, + NULL, NULL, NULL, ping_h, pong_h, add_subnet_h, del_subnet_h, add_edge_h, del_edge_h,