s3:net: Pass a talloc context to ads_startup_int()
authorSamuel Cabrero <scabrero@samba.org>
Thu, 26 May 2022 12:43:25 +0000 (14:43 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 27 Jun 2022 15:50:30 +0000 (15:50 +0000)
commitba7a3667e95bf509886fb926f2f525e266e24779
tree0386658d71d1168691a3333755d66946343f14e3
parent0748783396bca630907be64cb4c4c45107d2f2df
s3:net: Pass a talloc context to ads_startup_int()

The ads struct will be allocated under this context.

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