X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.c;h=7cb19448d9e356802684a7a2163f11c6c42c5c54;hb=e56589082f6198380d7f2246a776e41d388496f6;hp=941459c71ccd82408e9e491be330796b569f2894;hpb=f6e87ab476a0faf8b124ecaaa27f967d825e6457;p=tinc diff --git a/src/protocol.c b/src/protocol.c index 941459c7..7cb19448 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -36,7 +36,7 @@ bool experimental = true; static bool (*request_handlers[])(connection_t *, const char *) = { id_h, metakey_h, challenge_h, chal_reply_h, ack_h, - status_h, error_h, termreq_h, + NULL, NULL, termreq_h, ping_h, pong_h, add_subnet_h, del_subnet_h, add_edge_h, del_edge_h,