s3:libsmb/unexpected: don't use talloc_tos() in async code
commitf90cf0822d6e66426d72f92bd585119066e2a9c3
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Feb 2024 12:49:43 +0000 (14 13:49 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 5 Apr 2024 12:24:41 +0000 (5 12:24 +0000)
tree0f4e7467479cdfce77b584b5aa15e64acbb8233a
parent011f68ae5ddc3fae8b453744aeb95766d885915e
s3:libsmb/unexpected: don't use talloc_tos() in async code

It's not needed and it requires the caller to setup a
stackframe...

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15620

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/libsmb/unexpected.c