Merge pull request #106 from kevinwilson541/fix/tls-server-connect

call startTLSServer in socketServer to init this.server
This commit is contained in:
Brandon Nozaki Miller 2016-12-19 17:07:41 -08:00 committed by GitHub
commit 4c764fd310
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ function startServer() {
serverCreated.bind(this)
);
}else{
startTLSServer.bind(this);
startTLSServer.bind(this)();
}
}else{
this.server=dgram.createSocket(