stream: Remove stray ampersand in tls handshake failure code path

v0.5
Andri Yngvason 2022-07-17 20:17:19 +00:00
parent 43684ec482
commit bf332bd91f
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ static int stream__try_tls_accept(struct stream* self)
}
if (gnutls_error_is_fatal(rc)) {
aml_stop(aml_get_default(), &self->handler);
aml_stop(aml_get_default(), self->handler);
return -1;
}