From 28f2d7454d5ea997dec691376ebcdf4c4e0454b4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 12 Apr 2020 12:24:19 +0200 Subject: ta: minor simplification for talloc_steal Since commit f6615f00eeb0, it can't fail anymore. --- ta/ta_talloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ta/ta_talloc.h') diff --git a/ta/ta_talloc.h b/ta/ta_talloc.h index 0f5c3bccb5..cacc72ebe4 100644 --- a/ta/ta_talloc.h +++ b/ta/ta_talloc.h @@ -34,7 +34,7 @@ #define talloc_ptrtype ta_xnew_ptrtype #define talloc_array_ptrtype ta_xnew_array_ptrtype -#define talloc_steal ta_xsteal +#define talloc_steal ta_steal #define talloc_realloc_size ta_xrealloc_size #define talloc_new ta_xnew_context #define talloc_set_destructor ta_set_destructor -- cgit v1.2.3