fixed another ambiguous talloc call
authorAndrew Tridgell <tridge@samba.org>
Fri, 7 Aug 2009 07:23:52 +0000 (17:23 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 7 Aug 2009 07:24:48 +0000 (17:24 +1000)
commit7c2025610c7dfce228f682f2f204972b0264cf72
treee10999825fc2d97bb3f836aae3958121921b748f
parentc271dc998ba25101a46e7d4b2187567a07588ca2
fixed another ambiguous talloc call

During the creation of the 3 RPC pipes in winbind we try to steal the
RPC binding structure to be a child of the pipe once the pipe is
established. This fails with a talloc warning as the rpc connection
code already holds a reference to the binding.

The fix is to use talloc_reparent() instead.
source4/winbind/wb_init_domain.c