diff options
Diffstat (limited to 'java/com/tigervnc/vncviewer/VncViewer.java')
-rw-r--r-- | java/com/tigervnc/vncviewer/VncViewer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/tigervnc/vncviewer/VncViewer.java b/java/com/tigervnc/vncviewer/VncViewer.java index 46c67b0a..75c5f910 100644 --- a/java/com/tigervnc/vncviewer/VncViewer.java +++ b/java/com/tigervnc/vncviewer/VncViewer.java @@ -387,7 +387,7 @@ public class VncViewer implements Runnable { cc = null; UserDialog dlg = new UserDialog(); CSecurity.upg = dlg; - CSecurityTLS.msg = dlg; + CSecurity.msg = dlg; Socket sock = null; /* Specifying -via and -listen together is nonsense */ |