from: + if((auth) && (ws_decodepassword(auth,&username, &password))) { to: + if((auth) && (0 == ws_decodepassword(auth,&username, &password))) {
I've reported this bug and fix to the original author.
from: + if((auth) && (ws_decodepassword(auth,&username, &password))) { to: + if((auth) && (0 == ws_decodepassword(auth,&username, &password))) {
I've reported this bug and fix to the original author.