GUACAMOLE-364: revert unnecessary code simplification

This change isn't necessary to the stated issue. The expression
here is unnecessarily complex but that should be addressed in
another issue.
This commit is contained in:
Carl Harris
2017-08-17 05:25:51 -04:00
parent 10bc443864
commit beac46bff5

View File

@@ -295,7 +295,7 @@ public class AuthenticationService {
} }
// Otherwise, attempt authentication as a new user // Otherwise, attempt authentication as a new user
AuthenticatedUser authenticatedUser = authenticateUser(credentials); AuthenticatedUser authenticatedUser = AuthenticationService.this.authenticateUser(credentials);
notifyAuthenticationSuccessListeners(authenticatedUser, null); notifyAuthenticationSuccessListeners(authenticatedUser, null);
if (logger.isInfoEnabled()) if (logger.isInfoEnabled())