summaryrefslogtreecommitdiffstats
path: root/source/auth
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-02-27 02:14:26 +0000
committerTim Potter <tpot@samba.org>2006-02-27 02:14:26 +0000
commitba7abace6063d0d228a531b6349354408bb37942 (patch)
tree00265fb9bd0d9964061cf9e21ce1b58157f3e03c /source/auth
parent50af3e6515b48d246a0b6bbd292fda1e4dddebc5 (diff)
downloadsamba-ba7abace6063d0d228a531b6349354408bb37942.tar.gz
samba-ba7abace6063d0d228a531b6349354408bb37942.tar.xz
samba-ba7abace6063d0d228a531b6349354408bb37942.zip
r13705: Fix a typo (and janitor for myself).
Diffstat (limited to 'source/auth')
-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 1d6a3a21a8f..e5cf840c03c 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 gues = bad uid' */
+ 'map to guest = bad user' */
if (!NT_STATUS_IS_OK(nt_status)) {
TALLOC_FREE( sam_account );