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

Fixes TellDir(). No logic changes.

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