From 06be7711269acbcd481ebdef5b9493dab138c81c Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 27 Feb 2006 02:44:41 +0000 Subject: [PATCH] r13706: Fix typo in typo fix. (-: --- source/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );