libwbclient: avoid usage talloc_init() in library code
commit37a92ed0eb2c8cf7f3eac1d90ba5300cbce45186
authorStefan Metzmacher <metze@samba.org>
Wed, 3 Dec 2008 08:07:00 +0000 (3 09:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 3 Dec 2008 10:14:22 +0000 (3 11:14 +0100)
treeab920fdd7e737405f82dc6973606c11b661f3233
parent56a7b902765b5b4bf76d95c4e6e66ad89920a7bf
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)
source/nsswitch/libwbclient/wbc_sid.c