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

Commit

Permalink
Browse files Browse the repository at this point in the history
tls: remove superfluous setOptions() call
  • Loading branch information
bnoordhuis committed Sep 19, 2011
1 parent 12798c6 commit 243c218
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/tls.js
Expand Up @@ -856,9 +856,6 @@ function Server(/* [options], listener */) {
if (listener) {
this.on('secureConnection', listener);
}

// Handle option defaults:
this.setOptions(options);
}

util.inherits(Server, net.Server);
Expand Down

0 comments on commit 243c218

Please sign in to comment.