From bd97e1a5eae982feda5e5bbd08e7f4e3b6473baf Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 27 Feb 2006 02:44:41 +0000 Subject: r13706: Fix typo in typo fix. (-: (This used to be commit 06be7711269acbcd481ebdef5b9493dab138c81c) --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/auth_util.c') 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 ); -- cgit