X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=1623e75e4992307f0b460e78f66a8f870301c689;hp=f8a3cc3b3d2d3e5464263567189aab2b3beb8768;hb=5dec1c25713a19c49fcbb885200184a9682ef175;hpb=c798f7309337fc4c6dec7fd99d45cd76f809ab02 diff --git a/src/protocol_auth.c b/src/protocol_auth.c index f8a3cc3b..1623e75e 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -174,6 +174,7 @@ static bool finalize_invitation(connection_t *c, const char *data, uint16_t len) fclose(f); logger(DEBUG_CONNECTIONS, LOG_INFO, "Key succesfully received from %s (%s)", c->name, c->hostname); + sptps_send_record(&c->sptps, 2, data, 0); return true; }