smbd: fix order of smb_fname flags and twrp args in call_trans2findfirst()
authorRalph Boehme <slow@samba.org>
Thu, 15 Oct 2020 17:49:24 +0000 (19:49 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 23 Oct 2020 07:56:32 +0000 (07:56 +0000)
commit3caf53a0546a1e05bd1ce7e07b987585ebe0ad71
treef7b1a0ddaf31e8887bb369c7bbf5b8ef2fd6c52f
parent3df5f851c67fcbac01a214ede9bffd3e20231de3
smbd: fix order of smb_fname flags and twrp args in call_trans2findfirst()

Also not creating a BUG for this one as I've not seen any reports from the field
that this is causing issues.

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