s3: smbd: Change OpenDir() to take a struct smb_filename *, not a char *.
authorJeremy Allison <jra@samba.org>
Fri, 26 Feb 2016 23:55:14 +0000 (15:55 -0800)
committerRalph Boehme <slow@samba.org>
Tue, 1 Mar 2016 14:25:22 +0000 (15:25 +0100)
commit3203eb66d9fd85e8e58c2f0c658eb3483dcf0870
tree221dfff5e931fe6698e5dc32ea5002b9115d0358
parent852cce993047436353bc2e977b2a3d0886dc74b5
s3: smbd: Change OpenDir() to take a struct smb_filename *, not a char *.

Enhances plumbing to remove lp_posix_pathnames() later.

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