Skip to content

Commit

Permalink
tls: remove duplicate assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis authored and alexkwolfe committed Dec 23, 2011
1 parent 985cb27 commit 9d7ba69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tls.js
Original file line number Diff line number Diff line change
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 9d7ba69

Please sign in to comment.