svn commit: samba r5569 - in branches/SAMBA_3_0_RELEASE/source/sam: .

jerry at samba.org jerry at samba.org
Fri Feb 25 18:50:17 GMT 2005


Author: jerry
Date: 2005-02-25 18:50:15 +0000 (Fri, 25 Feb 2005)
New Revision: 5569

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

Log:
fix more breakage on gcc 2.96
Modified:
   branches/SAMBA_3_0_RELEASE/source/sam/idmap_rid.c


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/source/sam/idmap_rid.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/sam/idmap_rid.c	2005-02-25 18:49:42 UTC (rev 5568)
+++ branches/SAMBA_3_0_RELEASE/source/sam/idmap_rid.c	2005-02-25 18:50:15 UTC (rev 5569)
@@ -51,9 +51,9 @@
 	int i;
 	fstring sid_str;
 	BOOL known_domain = False;
-	p = init_param;
 	fstring tok;
 
+	p = init_param;
 	trust.number = 0;
 
 	/* falling back to automatic mapping when there were no options given */



More information about the samba-cvs mailing list