s3: smbd: Change the internals of the private struct smb_Dir.
authorJeremy Allison <jra@samba.org>
Fri, 26 Feb 2016 22:59:51 +0000 (14:59 -0800)
committerRalph Boehme <slow@samba.org>
Tue, 1 Mar 2016 14:25:22 +0000 (15:25 +0100)
commit852cce993047436353bc2e977b2a3d0886dc74b5
treedcc9d8afcbda34f1e2911eb67bdb74b8c68eb1d9
parentc74ae37fe6df0c7a80733e6ed3ae8844345743a5
s3: smbd: Change the internals of the private struct smb_Dir.

Store a struct smb_filename *, not a char *. This will
allow us to change the interface to OpenDir() in the next
commit to pass in a struct smb_filename *, not a char *.

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