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

jerry at samba.org jerry at samba.org
Tue Feb 8 19:27:19 GMT 2005


Author: jerry
Date: 2005-02-08 19:27:18 +0000 (Tue, 08 Feb 2005)
New Revision: 5278

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

Log:
BUG 2327: fix compile bug in idmap_rid.c
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-08 01:10:34 UTC (rev 5277)
+++ branches/SAMBA_3_0/source/sam/idmap_rid.c	2005-02-08 19:27:18 UTC (rev 5278)
@@ -49,12 +49,13 @@
 {
 	const char *p;
 	int i;
-	trust.number = 0;
 	fstring sid_str;
 	BOOL known_domain = False;
 	p = init_param;
 	fstring tok;
 
+	trust.number = 0;
+
 	/* falling back to automatic mapping when there were no options given */
 	if (!*init_param) {
 



More information about the samba-cvs mailing list