ldap server close has no callback

This commit is contained in:
Girish Ramakrishnan
2023-10-01 14:33:19 +05:30
parent ceb908bee7
commit 41319bc817
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -391,7 +391,7 @@ async function stop() {
debug('stopping server');
await util.promisify(gServer.close.bind(gServer))();
gServer.close(); // has no callback
gServer = null;
}