diff options
author | Tim Potter <tpot@samba.org> | 2006-02-27 02:44:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:24 -0500 |
commit | bd97e1a5eae982feda5e5bbd08e7f4e3b6473baf (patch) | |
tree | 80da9159198f4912940ddfe771a7258154081ffc | |
parent | 49739134adb58d0a90c0f0d6f63ca8e6d1d5493a (diff) | |
download | samba-bd97e1a5eae982feda5e5bbd08e7f4e3b6473baf.tar.gz |
r13706: Fix typo in typo fix. (-:
(This used to be commit 06be7711269acbcd481ebdef5b9493dab138c81c)
-rw-r--r-- | source3/auth/auth_util.c | 2 |
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 ); |