From: Volker Lendecke Date: Thu, 5 Dec 2024 19:07:03 +0000 (+0100) Subject: smbd: Remove a pointless and partially wrong comment X-Git-Tag: tdb-1.4.13~296 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6262f9a66e411efdc2f4fd489ab5fae149254af6;p=thirdparty%2Fsamba.git smbd: Remove a pointless and partially wrong comment Signed-off-by: Volker Lendecke Reviewed-by: Pavel Filipenský --- diff --git a/source3/smbd/close.c b/source3/smbd/close.c index 6f26331509f..0c1b395ed33 100644 --- a/source3/smbd/close.c +++ b/source3/smbd/close.c @@ -973,10 +973,6 @@ static NTSTATUS close_normal_file(struct smb_request *req, files_struct *fsp, return status; } -/**************************************************************************** - Function used by reply_rmdir to delete an entire directory - tree recursively. Return True on ok, False on fail. -****************************************************************************/ NTSTATUS recursive_rmdir(TALLOC_CTX *ctx, connection_struct *conn,