diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-03-10 14:12:28 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-03-10 17:12:11 +0100 |
commit | bb1d81bab70125d56cfb3e6caff6a01503f33d3d (patch) | |
tree | ce521eacbd0e0246bfbc450a40211478499a7249 /source3/winbindd/wb_lookupusergroups.c | |
parent | 21326d48d7f9dcb93f15124114ade9484c02055d (diff) | |
download | samba-bb1d81bab70125d56cfb3e6caff6a01503f33d3d.tar.gz samba-bb1d81bab70125d56cfb3e6caff6a01503f33d3d.tar.bz2 samba-bb1d81bab70125d56cfb3e6caff6a01503f33d3d.zip |
s4:rpc_server/wkssvc: don't reset [out,ref] pointer to 0
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
Diffstat (limited to 'source3/winbindd/wb_lookupusergroups.c')
0 files changed, 0 insertions, 0 deletions