diff options
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index ddd8cc90ba..b368d3b2fa 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -587,7 +587,7 @@ static void init_globals(void) Globals.bUseRhosts = False; Globals.max_packet = 65535; Globals.mangled_stack = 50; - Globals.max_xmit = Globals.max_packet; + Globals.max_xmit = 65535; Globals.max_mux = 2; Globals.lpqcachetime = 10; Globals.pwordlevel = 0; |