mirror of
https://gitlab.com/Remmina/Remmina.git
synced 2025-04-29 08:22:32 +08:00
[REM-3342] Add ifdef to allow compilation without libssh
This commit is contained in:
parent
aa88ea80b1
commit
a3838d1cae
@ -941,7 +941,7 @@ static gpointer ssh_tunnel_auth_list[] =
|
||||
|
||||
static void remmina_file_editor_run_import_export_dialog(gpointer user_data, gint type)
|
||||
{
|
||||
|
||||
#ifdef HAVE_LIBSSH
|
||||
RemminaFileEditor* gfe = (RemminaFileEditor*)user_data;
|
||||
RemminaFileEditorPriv *priv = gfe->priv;
|
||||
const gchar *cs;
|
||||
@ -1046,6 +1046,7 @@ static void remmina_file_editor_run_import_export_dialog(gpointer user_data, gin
|
||||
g_free(cs);
|
||||
}
|
||||
gtk_widget_destroy(dialog);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user