]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
mdssvc: fix a comment
authorRalph Boehme <slow@samba.org>
Thu, 18 Nov 2021 15:51:21 +0000 (16:51 +0100)
committerNoel Power <npower@samba.org>
Wed, 3 Aug 2022 13:00:36 +0000 (13:00 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14915

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
source3/rpc_server/mdssvc/mdssvc_es.c

index 7eba87abf53f352c1ece6e215394c6d108155eb4..6bffec17a0b9040f172caefe359d3e34c55bc6a6 100644 (file)
@@ -453,7 +453,7 @@ static void mds_es_search_done(struct tevent_req *subreq)
                /*
                 * Closed by the user. This is the only place where we free "s"
                 * explicitly because the talloc parent slq is already gone.
-                * Everywhere else we rely on the destructor of slq to free s"."
+                * Everywhere else we rely on the destructor of slq to free "s".
                 */
                TALLOC_FREE(s);
                goto trigger;