1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +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
..
2009-08-05 10:51:00 +10:00
2008-09-30 00:29:03 +02:00
2009-08-04 13:11:07 +10:00
2009-08-05 10:51:00 +10:00
2009-08-05 10:51:00 +10:00
2009-08-06 11:36:52 +10:00
2009-06-18 00:54:17 +02:00
2009-06-19 14:43:51 +10:00