diff options
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/descriptor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/descriptor.c b/source4/dsdb/samdb/ldb_modules/descriptor.c index baf00adee1..0ea91ba600 100644 --- a/source4/dsdb/samdb/ldb_modules/descriptor.c +++ b/source4/dsdb/samdb/ldb_modules/descriptor.c @@ -601,7 +601,7 @@ static int descriptor_do_mod(struct descriptor_context *ac) if (ac->sd_val != NULL) { ac->sd_element->values[0] = *sd; } else if (sd_control2 != NULL) { - /* In this branche we really do force the recalculation + /* In this branch we really do force the recalculation * of the SD */ ldb_msg_remove_attr(ac->msg, "nTSecurityDescriptor"); |