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 08:19:32 +0000 (09:19 +0100)
commitafa0d6b0b14e0ef2293bd8468ffc1d6330abdb5b
treeb0c8a6f428011c1803add62f97975feed6913f11
parent85b8cccab072bab263061654b677bc84826646c9
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
source3/nsswitch/libwbclient/wbc_sid.c