summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-02-27 02:44:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:24 -0500
commitbd97e1a5eae982feda5e5bbd08e7f4e3b6473baf (patch)
tree80da9159198f4912940ddfe771a7258154081ffc /source3/auth/auth_util.c
parent49739134adb58d0a90c0f0d6f63ca8e6d1d5493a (diff)
downloadsamba-bd97e1a5eae982feda5e5bbd08e7f4e3b6473baf.tar.gz
samba-bd97e1a5eae982feda5e5bbd08e7f4e3b6473baf.tar.bz2
samba-bd97e1a5eae982feda5e5bbd08e7f4e3b6473baf.zip
r13706: Fix typo in typo fix. (-:
(This used to be commit 06be7711269acbcd481ebdef5b9493dab138c81c)
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 e5cf840c03..2de362cabe 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 guest = bad user' */
+ 'map to guest = bad uid' */
if (!NT_STATUS_IS_OK(nt_status)) {
TALLOC_FREE( sam_account );