call startTLSServer in socketServer to init this.server

This commit is contained in:
Kevin Wilson 2016-12-03 01:31:03 -08:00
parent e7739111fc
commit c849889590
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(