Skip to content

Commit 536ff89

Browse files
authored
Merge pull request guileen#4 from NGTmeaty/fix-promises
Fix promises
2 parents 4dbc8f1 + ce792fd commit 536ff89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sendmail.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ module.exports = function (options) {
237237
}
238238

239239
case 221: // bye
240-
sock.end();
241-
break;
242240
case 235: // verify ok
243241
case 250: // operation OK
244242
if(upgraded != true){

0 commit comments

Comments
 (0)