mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
r8057: use our defined push/pull types in the validate code (fixes a warning)
(This used to be commit 4e14ebf51e871d6d70a194e2725c2158675dc6fc)
This commit is contained in:
parent
eab25a4d01
commit
6ecc79b888
@ -1134,8 +1134,8 @@ static NTSTATUS dcerpc_ndr_validate_out(struct dcerpc_connection *c,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
void *struct_ptr,
|
||||
size_t struct_size,
|
||||
NTSTATUS (*ndr_push)(struct ndr_push *, int, void *),
|
||||
NTSTATUS (*ndr_pull)(struct ndr_pull *, int, void *))
|
||||
ndr_push_flags_fn_t ndr_push,
|
||||
ndr_pull_flags_fn_t ndr_pull)
|
||||
{
|
||||
void *st;
|
||||
struct ndr_pull *pull;
|
||||
|
Loading…
x
Reference in New Issue
Block a user