1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00
Andrew Tridgell 7c2025610c 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.
2009-08-07 17:24:48 +10:00
..
2008-12-29 20:46:40 +01:00
2008-04-16 16:10:16 +02:00
2008-02-28 21:02:49 +01:00
2008-12-29 20:46:40 +01:00
2008-12-29 20:46:40 +01:00
2007-12-21 05:47:13 +01:00