Skip to content

Commit

Permalink
Fixed zone-eu#345
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 31, 2023
1 parent 0bd7c8d commit a851f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smtp-interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class SMTPInterface {

onAuth: (auth, session, next) => {
if (this.closing) {
return callback(new Error('Server shutdown in progress'));
return next(new Error('Server shutdown in progress'));
}

if (
Expand Down

0 comments on commit a851f1e

Please sign in to comment.