Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Chadwick <johnwchadwick@gmail.com>2023-04-14 07:01:41 +0300
committerJohn Chadwick <johnwchadwick@gmail.com>2023-04-14 07:01:41 +0300
commitc6adb35b854dcc71895413b120fafaa071645549 (patch)
treed51c6f0d9256b5e3f007b1fc63dc3a677fcdf5d0 /plugins
parentde2fde2d26b6dd9fc87837254bd8c52f9d956c28 (diff)
Fix segfault in VNC when using domain socket
Diffstat (limited to 'plugins')
-rw-r--r--plugins/vnc/vnc_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vnc/vnc_plugin.c b/plugins/vnc/vnc_plugin.c
index 4fa7b627b..adecffff4 100644
--- a/plugins/vnc/vnc_plugin.c
+++ b/plugins/vnc/vnc_plugin.c
@@ -1716,7 +1716,7 @@ static gboolean remmina_plugin_vnc_open_connection(RemminaProtocolWidget *gp)
raw_server = remmina_plugin_service->file_get_string(remminafile, "server");
if (raw_server && strstr(raw_server, "unix://") == raw_server) {
- REMMINA_PLUGIN_AUDIT(_("Connected to %s via VNC"), server);
+ REMMINA_PLUGIN_AUDIT(_("Connected to %s via VNC"), raw_server);
} else {
remmina_plugin_service->get_server_port(raw_server,
VNC_DEFAULT_PORT,