Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
tls: remove duplicate assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Dec 21, 2011
1 parent f4e34f1 commit 7a7f106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tls.js
Expand Up @@ -576,7 +576,6 @@ function SecurePair(credentials, isServer, requestCert, rejectUnauthorized,
requestCert = true;
}

this._secureEstablished = false;
this._rejectUnauthorized = rejectUnauthorized ? true : false;
this._requestCert = requestCert ? true : false;

Expand Down

0 comments on commit 7a7f106

Please sign in to comment.