libwbclient: avoid usage talloc_init() in library code
authorStefan Metzmacher <metze@samba.org>
Wed, 3 Dec 2008 08:07:00 +0000 (09:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 3 Dec 2008 10:16:27 +0000 (11:16 +0100)
commitf84cbb18a018d4c28fb98f00a38a7b7df48768c0
treeaff863c5fbd67180de44fccb0562bd626ef88b1c
parent1ba197a3054c6d997ceca6f124039d3cabf00289
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