]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dsdb: Remove unnecessary parentheses
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 1 Aug 2023 03:51:14 +0000 (15:51 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:38 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/common/util.c

index 716a9c6807217ba3acf6b30b2256a9deefbba719..47e831339fa79d5c6e95e256bddfa69ae3003e44 100644 (file)
@@ -3700,7 +3700,7 @@ int samdb_is_rodc(struct ldb_context *sam_ctx, const struct GUID *objectGUID, bo
        }
 
        if (ret != LDB_SUCCESS) {
-               DEBUG(1,(("Failed to find our own NTDS Settings object by objectGUID=%s!\n"),
+               DEBUG(1,("Failed to find our own NTDS Settings object by objectGUID=%s!\n",
                         GUID_string(tmp_ctx, objectGUID)));
                *is_rodc = false;
                talloc_free(tmp_ctx);