GUACAMOLE-197: Fix style issues...if is not a function...

This commit is contained in:
Nick Couchman
2017-02-09 09:30:02 -05:00
committed by Nick Couchman
parent 2e8c3ae284
commit ead5480ca9

View File

@@ -117,6 +117,7 @@ public class RadiusConnectionService {
*/
private RadiusAuthenticator setupRadiusAuthenticator() {
// If we don't have a radiusClient object, yet, don't go any further.
if (radiusClient == null) {
logger.error("RADIUS client hasn't been set up, yet.");
logger.debug("We can't run this method until the RADIUS client has been set up.");