librpc/ndr: Initilaise the remainder of struct dom_sid after a pull
authorAndrew Bartlett <abartlet@samba.org>
Tue, 26 Jun 2012 10:07:32 +0000 (20:07 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 28 Jun 2012 16:46:23 +0000 (18:46 +0200)
commit15b9198644613536401a49dd779d4e9be706d980
treef17e6e97c6100586ff495d9bf368a386d5f0986f
parent7468ce6f93d21af2bec35d52d16efe9cced0d1e8
librpc/ndr: Initilaise the remainder of struct dom_sid after a pull

This copes with the fact that r->sub_auths is a fixed-size array, not
an allocated pointer, and so will still have some bytes no filled in
if the sid did not have a MAX_SUB_AUTHS sub-authorities.

Andrew Bartlett
librpc/ndr/ndr_sec_helper.c