svn commit: samba r4677 - in branches/SAMBA_4_0/source/build/pidl: .

metze at samba.org metze at samba.org
Tue Jan 11 07:29:58 GMT 2005


Author: metze
Date: 2005-01-11 07:29:58 +0000 (Tue, 11 Jan 2005)
New Revision: 4677

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

Log:
stub.pm must be synced with server.pm

metze

Modified:
   branches/SAMBA_4_0/source/build/pidl/stub.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/stub.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/stub.pm	2005-01-11 06:47:15 UTC (rev 4676)
+++ branches/SAMBA_4_0/source/build/pidl/stub.pm	2005-01-11 07:29:58 UTC (rev 4677)
@@ -73,10 +73,10 @@
 #endif
 }
 
-static void $name\__op_unbind(struct dcesrv_connection *dce_conn, const struct dcesrv_interface *iface)
+static void $name\__op_unbind(struct dcesrv_connection_context *context, const struct dcesrv_interface *iface)
 {
 #ifdef DCESRV_INTERFACE_$uname\_UNBIND
-	DCESRV_INTERFACE_$uname\_UNBIND(dce_conn,iface);
+	DCESRV_INTERFACE_$uname\_UNBIND(context,iface);
 #else
 	return;
 #endif



More information about the samba-cvs mailing list