mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +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:
parent
b55049711e
commit
234b952986
@ -476,7 +476,7 @@ WERROR dreplsrv_partition_find_for_nc(struct dreplsrv_service *s,
|
||||
|| strequal(p->nc.dn, nc_dn_str)
|
||||
|| (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) {
|
||||
dsdb_get_extended_dn_guid(p->dn, nc_guid, "GUID");
|
||||
}
|
||||
|
@ -488,7 +488,7 @@ static int partition_copy_all_callback_action(
|
||||
if (req->operation == LDB_MODIFY) {
|
||||
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
|
||||
* them here too
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
static struct ldb_request * build_pso_data_request(struct ph_context *ac)
|
||||
|
Loading…
x
Reference in New Issue
Block a user