From: Jo Sutton Date: Thu, 11 Jan 2024 22:39:11 +0000 (+1300) Subject: s4:dsdb: Fix code formatting X-Git-Tag: tdb-1.4.11~1784 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b415d736f0688d6f6aab982e12a3dc9c15fa2723;p=thirdparty%2Fsamba.git s4:dsdb: Fix code formatting Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/acl.c b/source4/dsdb/samdb/ldb_modules/acl.c index b8ee21b2b92..b7c4b399058 100644 --- a/source4/dsdb/samdb/ldb_modules/acl.c +++ b/source4/dsdb/samdb/ldb_modules/acl.c @@ -947,7 +947,7 @@ static int acl_check_dns_host_name(TALLOC_CTX *mem_ctx, return LDB_ERR_OPERATIONS_ERROR; } - /* Check if the account has objectclass 'computer' or 'server'. */ + /* Check if the account has objectclass 'computer' or 'server'. */ schema = dsdb_get_schema(ldb, req); if (schema == NULL) {