smbd:smb2_server: let smbd_server_connection_terminate() only call exit_server()...
authorStefan Metzmacher <metze@samba.org>
Thu, 18 Sep 2014 17:27:42 +0000 (19:27 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 26 Jan 2016 14:58:11 +0000 (15:58 +0100)
commitcfbf4509003639885850d626a62684e2652347a4
tree0a93b97c19e69f5f59a9ae02a000ea5b3267747d
parenta446966e71a112b867d5edcc5d8206607c7af03e
smbd:smb2_server: let smbd_server_connection_terminate() only call exit_server() for the last connection

TODO: We need to cancel pending requests on the connection and defer the
talloc_free.

Currently we only ever have one connection.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
source3/smbd/smb2_server.c