lib/util/charset use talloc_stackframe() rather than talloc_tos()
commit57f41ef150b82523aeb23cde63c1f8731a061edb
authorAndrew Bartlett <abartlet@samba.org>
Wed, 18 May 2011 03:57:26 +0000 (18 13:57 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 18 May 2011 14:12:08 +0000 (18 16:12 +0200)
tree025e1fc7670e3a604cb2f302a991247e1037c88a
parentfa3e2fc8bb3e935c65b7043382cad1d649cb68a6
lib/util/charset use talloc_stackframe() rather than talloc_tos()

This is common code, and we can't assume a talloc_stackframe() so we
must create it.

Andrew Bartlett
lib/util/charset/util_str.c