mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
92786aebf1
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.