X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.c;h=ee44e539acabadccf7a5818519a593eaec0b5495;hb=344d6b9ac3c795f2942e457c1ab38b1dac5f7242;hp=b61609ad16010543f0c520ac0264a44e371f5eec;hpb=65d6f023c46ac3a087f59b60762f87c869783f21;p=tinc diff --git a/src/connection.c b/src/connection.c index b61609ad..ee44e539 100644 --- a/src/connection.c +++ b/src/connection.c @@ -69,7 +69,7 @@ void free_connection(connection_t *c) { cipher_close(&c->outcipher); digest_close(&c->outdigest); - stop_sptps(&c->sptps); + sptps_stop(&c->sptps); ecdsa_free(&c->ecdsa); rsa_free(&c->rsa);