r4677: stub.pm must be synced with server.pm
authorStefan Metzmacher <metze@samba.org>
Tue, 11 Jan 2005 07:29:58 +0000 (07:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:41 +0000 (13:08 -0500)
metze

source/build/pidl/stub.pm

index 8546bbf30761faa5e3ef8bedf1e536fbccebc142..d1448d467be6e81906f691a719575ac216d8884f 100644 (file)
@@ -73,10 +73,10 @@ static NTSTATUS $name\__op_bind(struct dcesrv_call_state *dce_call, const struct
 #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