From: Anoop C S Date: Mon, 13 Nov 2023 07:13:59 +0000 (+0530) Subject: vfs_ceph: Fix the comment quoting module usage X-Git-Tag: talloc-2.4.2~718 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e091febb0cccd9146d2e2b8ebf8841b3634809ed;p=thirdparty%2Fsamba.git vfs_ceph: Fix the comment quoting module usage Signed-off-by: Anoop C S Reviewed-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_ceph.c b/source3/modules/vfs_ceph.c index eeca402a657..49364d18a2e 100644 --- a/source3/modules/vfs_ceph.c +++ b/source3/modules/vfs_ceph.c @@ -27,7 +27,7 @@ * Add the following smb.conf parameter to each share that will be hosted on * Ceph: * - * vfs objects = ceph [any others you need go here] + * vfs objects = [any others you need go here] ceph */ #include "includes.h"