]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Remove a pointless and partially wrong comment
authorVolker Lendecke <vl@samba.org>
Thu, 5 Dec 2024 19:07:03 +0000 (20:07 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Dec 2024 12:30:31 +0000 (12:30 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
source3/smbd/close.c

index 6f26331509f8d6480854ad1d420ecc8b61aa5c7f..0c1b395ed33726898dc67624c1d6ef0b8625e680 100644 (file)
@@ -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,