X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_misc.c;h=95bd322e72487e3ea506f670d64d22f7f11d0a05;hp=de426c7896b02c65d3819d94d1108a172da2053a;hb=0c7e0210d900185d4c1a9ffd969dc2a26d9523a9;hpb=c1154bf696b0b3ad22126a76750d610e32e2ffc1 diff --git a/src/protocol_misc.c b/src/protocol_misc.c index de426c78..95bd322e 100644 --- a/src/protocol_misc.c +++ b/src/protocol_misc.c @@ -164,7 +164,7 @@ bool send_sptps_tcppacket(connection_t *c, const char* packet, int len) { if(2.0 * c->outbuf.len / (float)maxoutbufsize - 1 > (float)rand()/(float)RAND_MAX) return true; - if(!send_request(c, "%d %hd", SPTPS_PACKET, len)) + if(!send_request(c, "%d %d", SPTPS_PACKET, len)) return false; send_meta_raw(c, packet, len);