mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
8d9ff50f85
Note this isn't identical to unlink() as this must cope with (flags & AT_REMOVEDIR), which is identical to rmdir(). It calls either unlink or rmdir depending on the flags parameter. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>