summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-02-27 02:44:41 +0000
committerTim Potter <tpot@samba.org>2006-02-27 02:44:41 +0000
commitf34ca8060a495000b26fbd038152ba0532898fa5 (patch)
tree847fdd67ef84c0ec312ae0e6ed9711a00bd8324e
parentba7abace6063d0d228a531b6349354408bb37942 (diff)
downloadsamba-f34ca8060a495000b26fbd038152ba0532898fa5.tar.gz
samba-f34ca8060a495000b26fbd038152ba0532898fa5.tar.xz
samba-f34ca8060a495000b26fbd038152ba0532898fa5.zip
r13706: Fix typo in typo fix. (-:
-rw-r--r--source/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_util.c b/source/auth/auth_util.c
index e5cf840c03c..2de362cabea 100644
--- a/source/auth/auth_util.c
+++ b/source/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 );