summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_util.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-02-13 10:42:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:54 -0500
commit8e589ea7f20c92fa7c6d89bb373330e6189d22ea (patch)
treefe557c63b64cea588f220171dd3e559e8970c1d6 /source3/nsswitch/winbindd_util.c
parent949eb20a1ab73e5da068183e8b05b114206dd555 (diff)
downloadsamba-8e589ea7f20c92fa7c6d89bb373330e6189d22ea.tar.gz
samba-8e589ea7f20c92fa7c6d89bb373330e6189d22ea.tar.bz2
samba-8e589ea7f20c92fa7c6d89bb373330e6189d22ea.zip
r21308: Fix some typos and ensure to null terminate the correct strings.
Guenther (This used to be commit 16c90f30b93f32c4f8fed00a6cc154c596e4244d)
Diffstat (limited to 'source3/nsswitch/winbindd_util.c')
-rw-r--r--source3/nsswitch/winbindd_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c
index 85d5f3443a..72c85a9c6a 100644
--- a/source3/nsswitch/winbindd_util.c
+++ b/source3/nsswitch/winbindd_util.c
@@ -716,7 +716,7 @@ BOOL winbindd_lookup_sid_by_name(TALLOC_CTX *mem_ctx,
/* Lookup name */
result = domain->methods->name_to_sid(domain, mem_ctx, domain_name, name, sid, type);
- /* Return rid and type if lookup successful */
+ /* Return sid and type if lookup successful */
if (!NT_STATUS_IS_OK(result)) {
*type = SID_NAME_UNKNOWN;
}