s3/smbd: remove async_open arg from defer_open()
authorRalph Boehme <slow@samba.org>
Tue, 7 Mar 2017 18:11:20 +0000 (19:11 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 10 Mar 2017 02:28:25 +0000 (03:28 +0100)
commit7fa2f1159437c9f1aa47f51e65655b4d9afa5c0a
treee319be804bb96d433b68028c39e3ff88fe674a11
parentad8c36125f72e0d5f9ebfc94037a4ae9e7608aad
s3/smbd: remove async_open arg from defer_open()

All remaining callers pass false.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=7537

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c