diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/server_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/server_info.c b/source3/auth/server_info.c index c08c284e0c..3bb7d25d29 100644 --- a/source3/auth/server_info.c +++ b/source3/auth/server_info.c @@ -240,7 +240,7 @@ static NTSTATUS append_netr_SidAttr(TALLOC_CTX *mem_ctx, return NT_STATUS_OK; } -/* Fils the samr_RidWithAttributeArray with the provided sids. +/* Fills the samr_RidWithAttributeArray with the provided sids. * If it happens that we have additional groups that do not belong * to the domain, add their sids as extra sids */ static NTSTATUS group_sids_to_info3(struct netr_SamInfo3 *info3, |