s3:net: Refactor net_ads_changetrustpw(), allocate a talloc context
authorSamuel Cabrero <scabrero@samba.org>
Thu, 26 May 2022 11:14:50 +0000 (13:14 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 27 Jun 2022 15:50:30 +0000 (15:50 +0000)
commit407e156d5947e6a92c73fc3b1719a6479c36f6c8
tree2158debd2339a731477b4d7219d686e587953a4d
parent4e2f7cf565b6ec7fe4e6562ce35570b03133e1e9
s3:net: Refactor net_ads_changetrustpw(), allocate a talloc context

ADS_STRUCT will be allocated in the talloc context.

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/utils/net_ads.c