]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:libsmb/unexpected: don't use talloc_tos() in async code
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Feb 2024 12:49:43 +0000 (13:49 +0100)
committerJule Anger <janger@samba.org>
Wed, 3 Jul 2024 08:48:12 +0000 (08:48 +0000)
commit8c06b437064a5880202a46e137b71a57d329fc51
tree9ea1ff0aa9ba7afcbcb07b8abc762ce09e6c55bb
parent5de4ae88cedcbe584961ac575ebeddb75342286c
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>
(cherry picked from commit f90cf0822d6e66426d72f92bd585119066e2a9c3)
source3/libsmb/unexpected.c