http: fix response for wallet join (no wallet auth).

This commit is contained in:
Christopher Jeffrey 2017-03-26 15:15:29 -07:00
parent 378051c4a8
commit 0429d56534
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -926,7 +926,7 @@ HTTPServer.prototype.handleAuth = function handleAuth(socket) {
if (!self.options.walletAuth) {
socket.join(channel);
return;
return null;
}
if (!token)