summaryrefslogtreecommitdiff
path: root/source3/utils/net_idmap_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net_idmap_check.c')
-rw-r--r--source3/utils/net_idmap_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_idmap_check.c b/source3/utils/net_idmap_check.c
index 2cde6e1644..1f54121113 100644
--- a/source3/utils/net_idmap_check.c
+++ b/source3/utils/net_idmap_check.c
@@ -970,7 +970,7 @@ static bool check_commit(struct check_ctx* ctx)
check_transaction_cancel(ctx);
return false;
}
- if (ctx->opts.test) { //get_action?
+ if (ctx->opts.test) { /*get_action? */
return check_transaction_cancel(ctx);
} else {
return check_transaction_commit(ctx);