X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.c;h=f533a932c6e94dfee216073260db53e0155e59ae;hb=af9ee7ff003fb448b783ccf39347907adc239cb2;hp=fb90c944ace1aafc6a52cb97acd301211503d322;hpb=de14308840a96060d700c93117789e83ec948c01;p=tinc diff --git a/src/protocol.c b/src/protocol.c index fb90c944..f533a932 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -41,7 +41,8 @@ static bool (*request_handlers[])(connection_t *, const char *) = { add_subnet_h, del_subnet_h, add_edge_h, del_edge_h, key_changed_h, req_key_h, ans_key_h, tcppacket_h, control_h, - NULL, NULL, NULL, /* Not "real" requests (yet) */ + NULL, NULL, /* Not "real" requests (yet) */ + sptps_tcppacket_h, udp_info_h, mtu_info_h, };