libwbclient: avoid usage talloc_init() in library code
commit76a18c9205230d1f5c7b1675da0e3b1f494f06e8
authorStefan Metzmacher <metze@samba.org>
Wed, 3 Dec 2008 08:07:00 +0000 (3 09:07 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Dec 2008 10:39:21 +0000 (9 11:39 +0100)
treebf13a3b0320ed2a1a17381d2bfbef851bfcbac3e
parentbf1da3a493473e52e4f1cafe111197c70fd0866f
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)
(cherry picked from commit f84cbb18a018d4c28fb98f00a38a7b7df48768c0)
source/nsswitch/libwbclient/wbc_sid.c