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,
|
TALLOC_CTX *mem_ctx,
|
||||||
void *struct_ptr,
|
void *struct_ptr,
|
||||||
size_t struct_size,
|
size_t struct_size,
|
||||||
NTSTATUS (*ndr_push)(struct ndr_push *, int, void *),
|
ndr_push_flags_fn_t ndr_push,
|
||||||
NTSTATUS (*ndr_pull)(struct ndr_pull *, int, void *))
|
ndr_pull_flags_fn_t ndr_pull)
|
||||||
{
|
{
|
||||||
void *st;
|
void *st;
|
||||||
struct ndr_pull *pull;
|
struct ndr_pull *pull;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user