svn commit: samba r21666 - in branches/SAMBA_3_0/source/libmsrpc: .

jra at samba.org jra at samba.org
Fri Mar 2 23:04:44 GMT 2007


Author: jra
Date: 2007-03-02 23:04:44 +0000 (Fri, 02 Mar 2007)
New Revision: 21666

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

Log:
(only in 3.0, not 3.0.25). Fix bad parameter to call.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c


Changeset:
Modified: branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c
===================================================================
--- branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c	2007-03-02 22:19:53 UTC (rev 21665)
+++ branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c	2007-03-02 23:04:44 UTC (rev 21666)
@@ -847,7 +847,7 @@
 		hnd->status = rpccli_winreg_EnumValue( pipe_hnd, mem_ctx, 
 						       op->in.key,
 						       resume_idx, &name_buf,
-						       &types_out[num_values_out], &buffer,
+						       &types_out[num_values_out], buffer,
 						       &data_size,
 						       &data_length );
 



More information about the samba-cvs mailing list