Skip to content

Commit a830051

Browse files
authored
Fix SASL authentication failed
1 parent d31e441 commit a830051

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)