diff options
Diffstat (limited to 'source4/smbd/process_thread.c')
-rw-r--r-- | source4/smbd/process_thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/smbd/process_thread.c b/source4/smbd/process_thread.c index ef4d53e188..4e11137f37 100644 --- a/source4/smbd/process_thread.c +++ b/source4/smbd/process_thread.c @@ -87,6 +87,8 @@ static void thread_accept_connection(struct event_context *ev, struct fd_event * return; } + talloc_steal(conn, sock); + /* TODO: is this MUTEX_LOCK in the right place here? * --metze */ |