mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
We were creating the name resolution context as a child of lp_ctx, which meant when we gave up on a connection the timer on name resolution kept running, and when it timed out the callback crashed as the socket was already removed.