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:
Diffstat (limited to 'src/remmina_ssh.c')
-rw-r--r--src/remmina_ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remmina_ssh.c b/src/remmina_ssh.c
index 9dfac3483..2cd641e57 100644
--- a/src/remmina_ssh.c
+++ b/src/remmina_ssh.c
@@ -3038,8 +3038,8 @@ remmina_ssh_shell_thread(gpointer data)
shell->thread = 0;
- // if (shell->exit_callback)
- // IDLE_ADD((GSourceFunc)remmina_ssh_call_exit_callback_on_main_thread, (gpointer)shell);
+ if (shell->exit_callback)
+ IDLE_ADD((GSourceFunc)remmina_ssh_call_exit_callback_on_main_thread, (gpointer)shell);
return NULL;
}