Author: tpot
Date: 2006-02-27 02:44:41 +0000 (Mon, 27 Feb 2006)
New Revision: 13706

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13706

Log:
Fix typo in typo fix.  (-:

Modified:
   branches/SAMBA_3_0/source/auth/auth_util.c
   trunk/source/auth/auth_util.c


Changeset:
Modified: branches/SAMBA_3_0/source/auth/auth_util.c
===================================================================
--- branches/SAMBA_3_0/source/auth/auth_util.c  2006-02-27 02:14:26 UTC (rev 
13705)
+++ branches/SAMBA_3_0/source/auth/auth_util.c  2006-02-27 02:44:41 UTC (rev 
13706)
@@ -1527,7 +1527,7 @@
        }
        
        /* 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 );

Modified: trunk/source/auth/auth_util.c
===================================================================
--- trunk/source/auth/auth_util.c       2006-02-27 02:14:26 UTC (rev 13705)
+++ trunk/source/auth/auth_util.c       2006-02-27 02:44:41 UTC (rev 13706)
@@ -1527,7 +1527,7 @@
        }
        
        /* 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 );

Reply via email to