X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.c;fp=src%2Fprotocol.c;h=a4025ae477ad7edf960bc2bb66104a88c180c1d1;hp=e6c13f4690833a07db9d0fed0a774c0f49f481f4;hb=a4acf7061fadc59d45c98e70a5247bb52114189b;hpb=b05df3fcbfb8dbef4c87691d118c5b68aeb79e4a diff --git a/src/protocol.c b/src/protocol.c index e6c13f46..a4025ae4 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -35,7 +35,7 @@ bool tunnelserver = false; /* Jumptable for the request handlers */ static bool (*request_handlers[])(connection_t *) = { - id_h, metakey_h, challenge_h, chal_reply_h, ack_h, + NULL, NULL, NULL, NULL, ack_h, status_h, error_h, termreq_h, ping_h, pong_h, add_subnet_h, del_subnet_h,