stream: Remove stray ampersand in tls handshake failure code path
parent
43684ec482
commit
bf332bd91f
|
@ -399,7 +399,7 @@ static int stream__try_tls_accept(struct stream* self)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gnutls_error_is_fatal(rc)) {
|
if (gnutls_error_is_fatal(rc)) {
|
||||||
aml_stop(aml_get_default(), &self->handler);
|
aml_stop(aml_get_default(), self->handler);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue