1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00
Andrew Tridgell ef7f4a1420 s4-server: make server sockets a child of the task context
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>
2010-11-15 10:19:34 +11:00
..
2010-10-07 16:51:19 +00:00
2010-09-16 21:38:20 +02:00
2010-10-05 08:01:39 +00:00
2010-09-16 21:38:20 +02:00
2010-09-16 21:38:20 +02:00