_r->out.result = r->out.result;
}
- status = dcesrv_reply(state->dce_call);
- if (!NT_STATUS_IS_OK(status)) {
- DBG_ERR("dcesrv_reply() failed - %s\n",
- nt_errstr(status));
- }
+ dcesrv_async_reply(state->dce_call);
}
static NTSTATUS dcesrv_netr_LogonSamLogonEx(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
r->out.result = state->r.out.result;
}
- status = dcesrv_reply(state->dce_call);
- if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0,(__location__ ": dcesrv_reply() failed - %s\n", nt_errstr(status)));
- }
+ dcesrv_async_reply(state->dce_call);
}
/*
}
TALLOC_FREE(state);
- status = dcesrv_reply(dce_call);
- if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0,(__location__ ": dcesrv_reply() failed - %s\n",
- nt_errstr(status)));
- }
+ dcesrv_async_reply(dce_call);
}
/*
nt_errstr(status)));
}
- status = dcesrv_reply(state->dce_call);
- if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0,(__location__ ": dcesrv_reply() failed - %s\n", nt_errstr(status)));
- }
+ dcesrv_async_reply(state->dce_call);
}
/*
st->r->out.dns_names = talloc_steal(st->dce_call, st->r2->out.dns_names);
- status = dcesrv_reply(st->dce_call);
- if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0,(__location__ ": dcesrv_reply() failed - %s\n", nt_errstr(status)));
- }
+ dcesrv_async_reply(st->dce_call);
}
/*