mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
69c531b75c
problem was caused by a callback destroying the packet processing
context while that context was being used in packet_recv()
This is the first time we have used the ability of talloc destructors
to 'refuse' a free request. It works well in this case as it makes the
composite API simpler to use for other code, and isolates the
complexity of having callbacks destroying the packet context to the
packet.c code.
(This used to be commit
|
||
---|---|---|
.. | ||
config.mk | ||
packet.c | ||
packet.h |