X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fprotocol_auth.c;h=fe935e1f594ea2f998e0005f365a59a64eac94fa;hb=303dd1e70219a7542921f6e63d9391ab326d434f;hp=41911e4280cb6c262a054be3fb08cc1042ef1260;hpb=791c1898ea8f92b07f1d79e90540c257ac38298d;p=tinc diff --git a/src/protocol_auth.c b/src/protocol_auth.c index 41911e42..fe935e1f 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -155,7 +155,7 @@ bool send_metakey_ec(connection_t *c) { b64encode(key, key, ECDH_SIZE + siglen); - bool result = send_request(c, "%d %s", METAKEY, key); + return send_request(c, "%d %s", METAKEY, key); } bool send_metakey(connection_t *c) {