s3-smbd: smbclient shows no error if deleting a directory with del failed
commit7d8e22c7c1cf0041fa638f3bb345e00fc339486b
authorJeremy Allison <jra@samba.org>
Tue, 12 Nov 2013 23:17:26 +0000 (12 15:17 -0800)
committerAndreas Schneider <asn@samba.org>
Thu, 14 Nov 2013 18:29:00 +0000 (14 19:29 +0100)
treefb73089ccaba31631a123ad8d7ca7cdc2ba9719a
parent0d5f217cfe03df7258be37adf0f20067a8e30fa8
s3-smbd: smbclient shows no error if deleting a directory with del failed

BUG: https://bugzilla.samba.org/show_bug.cgi?id=10260

Remove unneeded conn argument to dir_check_ftype().
Move to correct uint32_t types.

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