s3:smbd: use smbXsrv_session_logoff_all() and smb1srv_tcon_disconnect_all() in exit_s...
commitd693ff54dbb3fa7ab44034775de1609f419ac879
authorMichael Adam <obnox@samba.org>
Tue, 22 May 2012 11:18:06 +0000 (22 13:18 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 25 Jun 2012 18:55:06 +0000 (25 20:55 +0200)
treed59856bc9ba675afae68daf96735ca2e54f0f77a
parenta129e271b5385853fb39a8e54b56b508b00a3e41
s3:smbd: use smbXsrv_session_logoff_all() and smb1srv_tcon_disconnect_all() in exit_server_common()

This removes the use of conn_close_all() and invalidate_all_vuids()

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
source3/smbd/server_exit.c