ldap server close has no callback
This commit is contained in:
@@ -391,7 +391,7 @@ async function stop() {
|
||||
|
||||
debug('stopping server');
|
||||
|
||||
await util.promisify(gServer.close.bind(gServer))();
|
||||
gServer.close(); // has no callback
|
||||
gServer = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user