From 49739134adb58d0a90c0f0d6f63ca8e6d1d5493a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 27 Feb 2006 02:14:26 +0000 Subject: r13705: Fix a typo (and janitor for myself). (This used to be commit 37b0166d3f15bfcf155b0c3d927cc838b8f55c3c) --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 1d6a3a21a8..e5cf840c03 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 gues = bad uid' */ + 'map to guest = bad user' */ if (!NT_STATUS_IS_OK(nt_status)) { TALLOC_FREE( sam_account ); -- cgit