From 996790719066d92f563bf53fe4222d2b5e3863a5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 30 Jan 2008 10:34:57 +0100 Subject: util_str: setup the correct talloc name for strings metze (partly from samba4wins tree 447e7f9532131117e896712db9def321c96718eb) --- lib/util/util_str.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/util/util_str.c') diff --git a/lib/util/util_str.c b/lib/util/util_str.c index 7dcefc90dd..a2c50fd38f 100644 --- a/lib/util/util_str.c +++ b/lib/util/util_str.c @@ -153,6 +153,8 @@ _PUBLIC_ const char *str_format_nbt_domain(TALLOC_CTX *mem_ctx, const char *s) } } + talloc_set_name_const(ret, ret); + return ret; } -- cgit