From 3d091411f3290aaee37be1d0cf82dfeeea23bc15 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Sun, 1 Oct 2017 07:15:19 -0400 Subject: [PATCH] GUACAMOLE-362: Deal correctly with return value when reading the key. --- .../PrivateKeyGuacamoleProperty.java | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/properties/PrivateKeyGuacamoleProperty.java b/guacamole-ext/src/main/java/org/apache/guacamole/properties/PrivateKeyGuacamoleProperty.java index 174f18399..c360f4b9e 100644 --- a/guacamole-ext/src/main/java/org/apache/guacamole/properties/PrivateKeyGuacamoleProperty.java +++ b/guacamole-ext/src/main/java/org/apache/guacamole/properties/PrivateKeyGuacamoleProperty.java @@ -53,8 +53,22 @@ public abstract class PrivateKeyGuacamoleProperty implements GuacamoleProperty