1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

s4:dsdb: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-10-09 12:48:15 +13:00 committed by Andrew Bartlett
parent b55049711e
commit 234b952986
3 changed files with 3 additions and 3 deletions

View File

@ -476,7 +476,7 @@ WERROR dreplsrv_partition_find_for_nc(struct dreplsrv_service *s,
|| strequal(p->nc.dn, nc_dn_str) || strequal(p->nc.dn, nc_dn_str)
|| (valid_sid && dom_sid_equal(&p->nc.sid, nc_sid))) || (valid_sid && dom_sid_equal(&p->nc.sid, nc_sid)))
{ {
/* fill in he right guid and sid if possible */ /* fill in the right guid and sid if possible */
if (nc_guid && !valid_guid) { if (nc_guid && !valid_guid) {
dsdb_get_extended_dn_guid(p->dn, nc_guid, "GUID"); dsdb_get_extended_dn_guid(p->dn, nc_guid, "GUID");
} }

View File

@ -488,7 +488,7 @@ static int partition_copy_all_callback_action(
if (req->operation == LDB_MODIFY) { if (req->operation == LDB_MODIFY) {
const struct ldb_message *req_msg = req->op.mod.message; const struct ldb_message *req_msg = req->op.mod.message;
/* /*
* mark elements to be removed, if there were * mark elements to be removed, if these were
* deleted entirely above we need to delete * deleted entirely above we need to delete
* them here too * them here too
*/ */

View File

@ -4384,7 +4384,7 @@ done:
} }
/* /*
* Builds and returns a search request to lookup up the PSO that applies to * Builds and returns a search request to look up the PSO that applies to
* the user in question. Returns NULL if no PSO applies, or could not be found * the user in question. Returns NULL if no PSO applies, or could not be found
*/ */
static struct ldb_request * build_pso_data_request(struct ph_context *ac) static struct ldb_request * build_pso_data_request(struct ph_context *ac)