svn commit: samba r13476 - in trunk/source/rpc_client: .

jra at samba.org jra at samba.org
Sun Feb 12 16:45:53 GMT 2006


Author: jra
Date: 2006-02-12 16:45:52 +0000 (Sun, 12 Feb 2006)
New Revision: 13476

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

Log:
Fix erroneous initialization caused by my renaming types.
Jeremy.

Modified:
   trunk/source/rpc_client/cli_lsarpc.c


Changeset:
Modified: trunk/source/rpc_client/cli_lsarpc.c
===================================================================
--- trunk/source/rpc_client/cli_lsarpc.c	2006-02-12 16:45:50 UTC (rev 13475)
+++ trunk/source/rpc_client/cli_lsarpc.c	2006-02-12 16:45:52 UTC (rev 13476)
@@ -343,7 +343,7 @@
 	}
 
 	for (i = 0; i < num_names; i++) {
-		DOM_RID2 *t_rids = r.dom_rid;
+		DOM_RID *t_rids = r.dom_rid;
 		uint32 dom_idx = t_rids[i].rid_idx;
 		uint32 dom_rid = t_rids[i].rid;
 		DOM_SID *sid = &(*sids)[i];



More information about the samba-cvs mailing list