svn commit: samba r9885 - in branches/SAMBA_4_0/source/lib/samba3: .

tpot at samba.org tpot at samba.org
Thu Sep 1 09:14:36 GMT 2005


Author: tpot
Date: 2005-09-01 09:14:35 +0000 (Thu, 01 Sep 2005)
New Revision: 9885

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

Log:
Fix code before declarations.

Modified:
   branches/SAMBA_4_0/source/lib/samba3/smbpasswd.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/samba3/smbpasswd.c
===================================================================
--- branches/SAMBA_4_0/source/lib/samba3/smbpasswd.c	2005-09-01 09:08:36 UTC (rev 9884)
+++ branches/SAMBA_4_0/source/lib/samba3/smbpasswd.c	2005-09-01 09:14:35 UTC (rev 9885)
@@ -213,9 +213,10 @@
 {
 	int numlines;
 	char **lines;
+	int i;
+
 	*count = 0;
 	*accounts = NULL;
-	int i;
 
 	lines = file_lines_load(filename, &numlines, ctx);
 



More information about the samba-cvs mailing list