Removed a failed auth message on stderr
This commit is contained in:
parent
05d365e4b4
commit
13739eae44
@ -419,10 +419,11 @@ static int gw_mysql_do_authentication(DCB *dcb, GWBUF *queue) {
|
||||
// let's free the auth_token now
|
||||
if (auth_token)
|
||||
free(auth_token);
|
||||
|
||||
/*
|
||||
if (auth_ret != 0) {
|
||||
fprintf(stderr, "<<< CLIENT AUTH FAILED for user [%s]\n", username);
|
||||
}
|
||||
*/
|
||||
|
||||
return auth_ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user