stream_smb/stream_file: fix `write_buffer`
Functions `write` and `smbc_write` are given a diminishing buffer of incorrect constant size. After partial writes, the code would do another write of the full original length, failing to subtract the amount already written.
Y
Yclept Nemo committed
5532a3da1ee058443d3162582b601f19b59377c2
Parent: 112b3fa
Committed by Jan Ekström <jeebjp@gmail.com>
on 7/29/2018, 9:54:56 AM