smbd: Move make_dir_struct() to reply.c
commitaf23d5efc0a95bfac4f0d1d38f3f9bfdd33efa2e
authorVolker Lendecke <vl@samba.org>
Mon, 8 Sep 2014 10:41:19 +0000 (8 12:41 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Tue, 9 Sep 2014 11:03:58 +0000 (9 13:03 +0200)
treedd01295d002653856b30acd30d1bc50e39df60af
parentdec0243c8595359df6448caf5d242b3d2062deb6
smbd: Move make_dir_struct() to reply.c

This routine has nothing to do with dptr handling, it is SMB1 marshalling
called only from reply_search().

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
source3/smbd/dir.c
source3/smbd/proto.h
source3/smbd/reply.c