svn commit: samba r5568 - in branches/SAMBA_3_0/source/sam: .

jerry at samba.org jerry at samba.org
Fri Feb 25 18:49:42 GMT 2005


Author: jerry
Date: 2005-02-25 18:49:42 +0000 (Fri, 25 Feb 2005)
New Revision: 5568

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

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


Changeset:
Modified: branches/SAMBA_3_0/source/sam/idmap_rid.c
===================================================================
--- branches/SAMBA_3_0/source/sam/idmap_rid.c	2005-02-25 18:40:32 UTC (rev 5567)
+++ branches/SAMBA_3_0/source/sam/idmap_rid.c	2005-02-25 18:49:42 UTC (rev 5568)
@@ -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