1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

s4:rpc_server/spoolss: make use of dcerpc_binding_handle stubs

metze
This commit is contained in:
Stefan Metzmacher 2010-03-10 18:17:28 +01:00
parent b6623e3a26
commit 580d491faa

View File

@ -1204,7 +1204,7 @@ static WERROR dcesrv_spoolss_RemoteFindFirstPrinterChangeNotifyEx(struct dcesrv_
rop.in.buffer = NULL;
rop.out.handle = &notify_handle;
status = dcerpc_spoolss_ReplyOpenPrinter(p, mem_ctx, &rop);
status = dcerpc_spoolss_ReplyOpenPrinter_r(p->binding_handle, mem_ctx, &rop);
if (NT_STATUS_IS_ERR(status)) {
DEBUG(0, ("unable to open remote printer %s\n",
r->in.local_machine));