wb_dsgetdcname: don't use stack variables for async code
commit3119f6c283ace04b7877be3738891bec27daf66c
authorStefan Metzmacher <metze@samba.org>
Thu, 29 Jun 2023 12:02:17 +0000 (29 14:02 +0200)
committerBjoern Jacke <bjacke@samba.org>
Sun, 2 Jul 2023 17:42:56 +0000 (2 17:42 +0000)
treebfa19eaa46ea52a6d980285bfe29344256fd4c1a
parent3b96ef9290737ea638b1878361c6190b7fa24a4b
wb_dsgetdcname: don't use stack variables for async code

This is not really a problem because we call ndr_push from
with a _send() function, but still we leave dangling pointers
arround...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Björn Jacke <bjacke@samba.org>
Autobuild-User(master): Björn Jacke <bjacke@samba.org>
Autobuild-Date(master): Sun Jul  2 17:42:56 UTC 2023 on atb-devel-224
source3/winbindd/wb_dsgetdcname.c