diff options
Diffstat (limited to 'stream/stream_smb.c')
-rw-r--r-- | stream/stream_smb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_smb.c b/stream/stream_smb.c index 3af98b4702..ab32ea0d3a 100644 --- a/stream/stream_smb.c +++ b/stream/stream_smb.c @@ -140,6 +140,7 @@ static int open_f (stream_t *stream, int mode) stream->write_buffer = write_buffer; stream->close = close_f; stream->control = control; + stream->read_chunk = 128 * 1024; return STREAM_OK; } |