diff options
author | Volker Lendecke <vl@samba.org> | 2010-11-05 15:44:55 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-11-05 15:54:05 +0100 |
commit | 26b2a132ffcd8485f06b349901796fb0367b62c7 (patch) | |
tree | a60edcc10a65699bdc6edab0a8be66cccc8c30fc | |
parent | 5915d4a0b63882573a406a543f9cd5b72de061ff (diff) | |
download | samba-26b2a132ffcd8485f06b349901796fb0367b62c7.tar.gz samba-26b2a132ffcd8485f06b349901796fb0367b62c7.tar.bz2 samba-26b2a132ffcd8485f06b349901796fb0367b62c7.zip |
s3: Fix a typo
-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, |