libwbclient: avoid usage talloc_init() in library code
commitc0d3da886f05eca189192a1d18909371e724efc4
authorStefan Metzmacher <metze@samba.org>
Wed, 3 Dec 2008 08:07:00 +0000 (3 09:07 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 11 Dec 2008 09:27:14 +0000 (11 10:27 +0100)
treebd392a7e5fb54cd7bed81594d44ff4b059a64a9f
parent3b5fa68b730b9bcfce6201e795dbf37a4a092425
libwbclient: avoid usage talloc_init() in library code

talloc_init() is a compat function for the old samba3
non-hierachical talloc implementation. It enables
the talloc null tracking which should never be done
by library code.

metze
(cherry picked from commit afa0d6b0b14e0ef2293bd8468ffc1d6330abdb5b)
(cherry picked from commit 37a92ed0eb2c8cf7f3eac1d90ba5300cbce45186)
source/nsswitch/libwbclient/wbc_sid.c