svn commit: samba r14589 - in branches/SAMBA_4_0/source/auth: .

abartlet at samba.org abartlet at samba.org
Mon Mar 20 21:18:07 GMT 2006


Author: abartlet
Date: 2006-03-20 21:18:06 +0000 (Mon, 20 Mar 2006)
New Revision: 14589

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

Log:
This morning, I think I can spell...

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/auth/auth_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_util.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_util.c	2006-03-20 20:58:35 UTC (rev 14588)
+++ branches/SAMBA_4_0/source/auth/auth_util.c	2006-03-20 21:18:06 UTC (rev 14589)
@@ -116,7 +116,7 @@
 				return nt_status;
 			}
 			user_info_in = user_info_temp2;
-			/* fall though */
+			/* fall through */
 		}
 		case AUTH_PASSWORD_HASH:
 		{
@@ -172,7 +172,7 @@
 			}
 
 			user_info_in = user_info_temp;
-			/* fall though */
+			/* fall through */
 		}
 		case AUTH_PASSWORD_RESPONSE:
 			*user_info_encrypted = user_info_in;
@@ -208,7 +208,7 @@
 			*user_info_temp->password.hash.nt = nt;
 			
 			user_info_in = user_info_temp;
-			/* fall though */
+			/* fall through */
 		}
 		case AUTH_PASSWORD_HASH:
 			*user_info_encrypted = user_info_in;



More information about the samba-cvs mailing list