Commit 87329775 authored by Fedor Indutny's avatar Fedor Indutny
Browse files

tls: fix references to undefined `cb`

5795e835 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: https://github.com/nodejs/io.js/pull/1951


Reviewed-By: default avatarRoman Reiss <me@silverwind.io>
parent 0f68377f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment