mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
bb1d81bab7
r->out.total_entries = 0; should be *r->out.total_entries = 0; Otherwise we fail to marshall the reponse or crash if we run with log level = 10 and trigger the ndr_print functions. All out elements are already setup and initialized by the pidl generated code. metze