summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-02-27 02:14:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:24 -0500
commit49739134adb58d0a90c0f0d6f63ca8e6d1d5493a (patch)
treeedec913fc1067b5937f21bd318d4ffc26fea9518 /source3/auth/auth_util.c
parent2ef2e01314536e28fd1766860e09b58c8fafa098 (diff)
downloadsamba-49739134adb58d0a90c0f0d6f63ca8e6d1d5493a.tar.gz
samba-49739134adb58d0a90c0f0d6f63ca8e6d1d5493a.tar.bz2
samba-49739134adb58d0a90c0f0d6f63ca8e6d1d5493a.zip
r13705: Fix a typo (and janitor for myself).
(This used to be commit 37b0166d3f15bfcf155b0c3d927cc838b8f55c3c)
Diffstat (limited to 'source3/auth/auth_util.c')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 1d6a3a21a8..e5cf840c03 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -1527,7 +1527,7 @@ NTSTATUS make_server_info_info3(TALLOC_CTX *mem_ctx,
}
/* if we still don't have a valid unix account check for
- 'map to gues = bad uid' */
+ 'map to guest = bad user' */
if (!NT_STATUS_IS_OK(nt_status)) {
TALLOC_FREE( sam_account );