]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Remove a comment left by copy&paste
authorVolker Lendecke <vl@samba.org>
Mon, 24 Oct 2022 18:24:53 +0000 (20:24 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 27 Oct 2022 18:18:36 +0000 (18:18 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/filename.c

index 5bfa4b2f1dfeff2198ff660abaa0533c81b08bdc..8fdc35ce6094d22ee3a2519e90de0ecf65c3cebb 100644 (file)
@@ -885,10 +885,6 @@ lookup:
        return status;
 }
 
-/*
- * Split up name_in as sent by the client into a directory pathref fsp
- * and a relative smb_filename.
- */
 static const char *previous_slash(const char *name_in, const char *slash)
 {
        const char *prev = name_in;