mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-197: You can't throw something after you return out of the function, so lets remove the return statement.
This commit is contained in:
committed by
Nick Couchman
parent
fb0cdb39a5
commit
dbb62ded77
@@ -131,7 +131,6 @@ public class AuthenticationProviderService {
|
||||
catch(UnknownAttributeException e) {
|
||||
logger.error("Error in talks with RADIUS server.");
|
||||
logger.debug("RADIUS challenged by didn't provide right attributes.");
|
||||
return null;
|
||||
throw new GuacamoleInvalidCredentialsException("Authentication error.", CredentialsInfo.USERNAME_PASSWORD);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user