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:Roman Reiss <me@silverwind.io>
parent
0f68377f
Please register or sign in to comment