Skip to content

Commit d07885b

Browse files
authored
Merge pull request #61 from Madriix/master
Fix SASL authentication failed
2 parents e0d00ff + a830051 commit d07885b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bouncer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,7 @@ function clientConnect(socket) {
925925
if(data[1]=="904") {
926926
if(!this.authenticated) {
927927
this.end();
928+
continue;
928929
}
929930
}
930931

0 commit comments

Comments
 (0)