Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tls: fix references to undefined cb #1951

Closed
wants to merge 1 commit into from

Conversation

indutny
Copy link
Member

@indutny indutny commented Jun 11, 2015

5795e83 introduced unintentional
copy-paste bug. cb is not actually present in those functions and
should not be called, the socket should be destroy instead.

cc @silverwind

5795e83 introduced unintentional
copy-paste bug. `cb` is not actually present in those functions and
should not be called, the socket should be destroy instead.
@brendanashworth brendanashworth added the tls Issues and PRs related to the tls subsystem. label Jun 11, 2015
@silverwind
Copy link
Contributor

rubber stamp LGTM.

indutny added a commit that referenced this pull request Jun 11, 2015
5795e83 introduced unintentional
copy-paste bug. `cb` is not actually present in those functions and
should not be called, the socket should be destroy instead.

PR-URL: #1951
Reviewed-By: Roman Reiss <me@silverwind.io>
@indutny
Copy link
Member Author

indutny commented Jun 11, 2015

Landed in 53a4eb3, thank you!

@indutny indutny closed this Jun 11, 2015
@indutny indutny deleted the fix/undefined-cb-in-tls branch June 11, 2015 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants