Compare commits

..

No commits in common. "master" and "fix-duplicate-leak" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ TlsInitClient(int fd, const char *serverName)
cookie->method = TLS_client_method();
cookie->ctx = SSL_CTX_new(cookie->method);
cookie->fd = fd;
coolie->fd = fd;
if (!cookie->ctx)
{
goto error;