From: Volker Lendecke Date: Mon, 24 Oct 2022 18:24:53 +0000 (+0200) Subject: smbd: Remove a comment left by copy&paste X-Git-Tag: talloc-2.4.0~644 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80856941bff8e32cd76cbd3b05e05c9754785bf9;p=thirdparty%2Fsamba.git smbd: Remove a comment left by copy&paste Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 5bfa4b2f1df..8fdc35ce609 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -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;