mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
7c2025610c
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.