https://bugzilla.samba.org/show_bug.cgi?id=13071
--- Comment #8 from Ben RUBSON ---
Wayne, I then just tested your patch, and it works as expected.
One thing perhaps, just to be sure.
I used an absolute partial-dir path during my tests.
It is not deleted after the partial file has been completed
https://bugzilla.samba.org/show_bug.cgi?id=13071
--- Comment #7 from Ben RUBSON ---
Wayne, thank you very much for your detailed answer and for your patch
proposal.
Let me go through this and come back to you shortly.
--
You are receiving this mail because:
You are the QA Contact for the bug.
This has now been fixed by 1c7785a.
On Sat, 25 Apr 2020 at 23:53, Filipe Maia wrote:
> Hi,
>
> On systems with HAVE_SETATTRLIST, commit b936741 breaks compilation.
> This is because do_setattrlist_times hasn't been converted to STRUCT_STAT
> *stp.
> Here's a small patch to do it.
>
> Cheers,
> F