X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprotocol.c;h=eb406544b68177cd2274c78b487c55896e5b9ffb;hb=2956559f7d12caa9779207525419801e0e9ab3e3;hp=944547456ca0e798b9f445dc1ba1592cc9308d53;hpb=158cbe99f972a1613b7d4d95abfe5fe48e019e67;p=meshlink diff --git a/src/protocol.c b/src/protocol.c index 94454745..eb406544 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -27,12 +27,10 @@ #include "utils.h" #include "xalloc.h" -bool experimental = true; - /* Jumptable for the request handlers */ static bool (*request_handlers[])(connection_t *, const char *) = { - id_h, metakey_h, challenge_h, chal_reply_h, ack_h, + id_h, NULL, NULL, NULL /* metakey_h, challenge_h, chal_reply_h */, ack_h, status_h, error_h, termreq_h, ping_h, pong_h, NULL, NULL, //add_subnet_h, del_subnet_h,