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:
-rw-r--r--src/remmina_ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_ssh.c b/src/remmina_ssh.c
index 597d37073..9fcda715b 100644
--- a/src/remmina_ssh.c
+++ b/src/remmina_ssh.c
@@ -479,7 +479,7 @@ remmina_ssh_cp_to_ch_cb(int fd, int revents, void *userdata)
{
TRACE_CALL(__func__);
ssh_channel channel = (ssh_channel)userdata;
- gchar buf[0x200000];
+ gchar buf[524288];
gint sz = 0, ret = 0;
node_t *temp_node = remmina_ssh_search_item(channel);