mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
ef7f4a1420
We previously allocated sockets as direct children of the event context. That led to crashes if a service called task_server_terminate(), as it left the socket open and handling events for a dead protocol. Making them a child of the task allows the task to terminate and take all its sockets with it. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |
||
---|---|---|
.. | ||
wrepl_apply_records.c | ||
wrepl_in_call.c | ||
wrepl_in_connection.c | ||
wrepl_out_helpers.c | ||
wrepl_out_helpers.h | ||
wrepl_out_pull.c | ||
wrepl_out_push.c | ||
wrepl_periodic.c | ||
wrepl_scavenging.c | ||
wrepl_server.c | ||
wrepl_server.h | ||
wscript_build |