From: Ralph Boehme Date: Thu, 18 Nov 2021 15:51:21 +0000 (+0100) Subject: mdssvc: fix a comment X-Git-Tag: samba-4.17.0rc1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3254622a307dde7ca12d90ceb58336a6948fa6d2;p=thirdparty%2Fsamba.git mdssvc: fix a comment BUG: https://bugzilla.samba.org/show_bug.cgi?id=14915 Signed-off-by: Ralph Boehme Reviewed-by: Noel Power --- diff --git a/source3/rpc_server/mdssvc/mdssvc_es.c b/source3/rpc_server/mdssvc/mdssvc_es.c index 7eba87abf53..6bffec17a0b 100644 --- a/source3/rpc_server/mdssvc/mdssvc_es.c +++ b/source3/rpc_server/mdssvc/mdssvc_es.c @@ -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;