pidl:Samba3/ServerNDR: correctly initialise ndr_push struct
authorStefan Metzmacher <metze@samba.org>
Tue, 25 Jan 2011 18:46:18 +0000 (19:46 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 26 Jan 2011 07:51:46 +0000 (08:51 +0100)
commit4b068bb91994a0fc3a76abd45bff4e2fe53e9a34
tree1ee6fa392973cfc54dd38588774a6dcbd2874aa6
parent3272e16846f6b7363c5a42c8cececaf4bb409688
pidl:Samba3/ServerNDR: correctly initialise ndr_push struct

We need to copy the ptr_count from the ndr_pull struct to the ndr_push struct,
otherwise we'll reuse full pointer ids, which will cause the client to
fail in the ndr unmarshalling.

metze
pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm