charconv: Use talloc_tos() in the S3 build
authorVolker Lendecke <vl@samba.org>
Thu, 31 Mar 2011 06:25:32 +0000 (08:25 +0200)
committerVolker Lendecke <vlendec@samba.org>
Thu, 31 Mar 2011 07:14:01 +0000 (09:14 +0200)
commit466da70d7796b4c740b4e5d2dabb114e057cf400
tree7997fd2425f6f9f26ff487a88f1f98a03d0e4675
parent7cd5a79cd45fdc10d73ff32d81c4d86c5613f347
charconv: Use talloc_tos() in the S3 build

In S3 we put a talloc_pool on top of the stack so that an allocation from
talloc_tos() normally is just a pointer increment.

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Mar 31 09:14:01 CEST 2011 on sn-devel-104
lib/util/charset/iconv.c