Remove an unncessary FTRUNCATE call in the open path. We can rely on O_TRUC.
authorJeremy Allison <jra@samba.org>
Wed, 5 Sep 2012 17:46:16 +0000 (10:46 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 5 Sep 2012 18:43:31 +0000 (20:43 +0200)
commitd7fb237810f10c7a7d44cf425163152811eba64c
tree0bca5fc80f483754065483de17cd447e1d7c627a
parent5e492f8d324d269c2eb0e12f6dca2cb8133c4b8e
Remove an unncessary FTRUNCATE call in the open path. We can rely on O_TRUC.

Suggested by Volker.
source3/smbd/open.c