s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables to be...
authorJeremy Allison <jra@samba.org>
Wed, 17 Jul 2019 16:47:31 +0000 (09:47 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 24 Jul 2019 07:40:23 +0000 (07:40 +0000)
commitcc4ac86b950f443b4dd23ca997d872549c80a484
tree7e52a080c96f8a08751d0d4fac8597276a4d5757
parent8ad519c4089df71a9fc9191cead68e4eabf844f1
s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables to be dir_hnd.

Fixes OpenDir_fsp(). No logic changes.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/dir.c