mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-197: Tweak to comment
This commit is contained in:
@@ -195,7 +195,7 @@ public class AuthenticationProviderService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Something unanticipated happened, so we panic and go back to login.
|
// Something unanticipated happened, so panic and go back to login.
|
||||||
else {
|
else {
|
||||||
logger.error("Unexpected failure authenticating with RADIUS server.");
|
logger.error("Unexpected failure authenticating with RADIUS server.");
|
||||||
throw new GuacamoleInvalidCredentialsException("Unknown error trying to authenticate.", CredentialsInfo.USERNAME_PASSWORD);
|
throw new GuacamoleInvalidCredentialsException("Unknown error trying to authenticate.", CredentialsInfo.USERNAME_PASSWORD);
|
||||||
|
Reference in New Issue
Block a user