mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Fix bug in generation of function ndr_pull code generation. This patch
makes the code symmetric with the ndr_push code. (This used to be commit 4a6f192ff8396c644520050041a740856d72d40b)
This commit is contained in:
parent
099899a7cc
commit
7290260c1a
@ -724,7 +724,9 @@ sub ParseFunctionPush($)
|
||||
$res .= "\t}\n";
|
||||
} else {
|
||||
ParseElementPushScalar($e, "r->in.", "NDR_SCALARS|NDR_BUFFERS");
|
||||
ParseElementPushBuffer($e, "r->in.", "NDR_SCALARS|NDR_BUFFERS");
|
||||
if ($e->{POINTERS}) {
|
||||
ParseElementPushBuffer($e, "r->in.", "NDR_SCALARS|NDR_BUFFERS");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user