aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 339af618..6955b23f 100644
--- a/conf.c
+++ b/conf.c
@@ -61,6 +61,7 @@ conf_t *conf_load( int argc, char *argv[] )
conf->ping_interval = 180;
conf->ping_timeout = 300;
conf->user = NULL;
+ conf->max_filetransfer_size = G_MAXUINT;
proxytype = 0;
i = conf_loadini( conf, global.conf_file );