s4:rpc_server: only pass context to op_bind() hooks
[sfrench/samba-autobuild/.git] / source4 / rpc_server / remote / dcesrv_remote.c
index a4abb4bc2cd3498878e07ab13a31fcc4d62dbf63..0d3b123bcd243e3e3b93954dc4b514a4f76aa931 100644 (file)
@@ -45,7 +45,8 @@ static NTSTATUS remote_op_reply(struct dcesrv_call_state *dce_call, TALLOC_CTX *
        return NT_STATUS_OK;
 }
 
-static NTSTATUS remote_op_bind(struct dcesrv_call_state *dce_call, const struct dcesrv_interface *iface, uint32_t if_version)
+static NTSTATUS remote_op_bind(struct dcesrv_connection_context *context,
+                              const struct dcesrv_interface *iface)
 {
        return NT_STATUS_OK;
 }