Make sure we reset fsp->initial_allocation_size to zero if we didn't create the file.
authorJeremy Allison <jra@samba.org>
Wed, 11 Jul 2012 23:35:32 +0000 (16:35 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 12 Jul 2012 20:46:07 +0000 (22:46 +0200)
commit775014bd9cc8717ad5bb2651ca1078833d149610
treefacec532e8cfc0c5bb6dd653cddc8a02f9c36933
parentcb405947caa9f4bdb962483860a9093a364ecbf2
Make sure we reset fsp->initial_allocation_size to zero if we didn't create the file.

This will become important as we set fsp->initial_allocation_size before
create.
source3/smbd/open.c