svn commit: samba r2464 - in branches/SAMBA_4_0/source/gtk/common: .

metze at samba.org metze at samba.org
Tue Sep 21 07:03:17 GMT 2004


Author: metze
Date: 2004-09-21 07:03:16 +0000 (Tue, 21 Sep 2004)
New Revision: 2464

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/gtk/common&rev=2464&nolog=1

Log:
fix the build

metze

Modified:
   branches/SAMBA_4_0/source/gtk/common/select.c


Changeset:
Modified: branches/SAMBA_4_0/source/gtk/common/select.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/common/select.c	2004-09-21 04:41:17 UTC (rev 2463)
+++ branches/SAMBA_4_0/source/gtk/common/select.c	2004-09-21 07:03:16 UTC (rev 2464)
@@ -143,7 +143,7 @@
 
 	cr.in.system_name = 0;
 	cr.in.access_mask = SEC_RIGHTS_MAXIMUM_ALLOWED;
-	cr.out.handle = &handle;
+	cr.out.connect_handle = &handle;
 
 	status = dcerpc_samr_Connect(sam_pipe, mem_ctx, &cr);
 	if (!NT_STATUS_IS_OK(status)) {
@@ -152,7 +152,7 @@
 		return GTK_WIDGET(d);
 	}
 
-	r.in.handle = &handle;
+	r.in.connect_handle = &handle;
 	r.in.resume_handle = &resume_handle;
 	r.in.buf_size = (uint32_t)-1;
 	r.out.resume_handle = &resume_handle;



More information about the samba-cvs mailing list