mirror of
https://github.com/samba-team/samba.git
synced 2025-11-16 20:23:50 +03:00
all pending receives, when the transport dies. This is because the async callback most commonly shuts down the connection (it's the only reasonable thing to do when it's dead), and that frees the whole context. That means that if we loop more than once, we'll end up using freed memory.