diff options
-rw-r--r-- | source4/build/pidl/stub.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/stub.pm b/source4/build/pidl/stub.pm index 8546bbf307..d1448d467b 100644 --- a/source4/build/pidl/stub.pm +++ b/source4/build/pidl/stub.pm @@ -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 |