1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3: remove dead already commented code

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Björn Jacke 2018-01-11 22:13:20 +01:00 committed by Ralph Boehme
parent 0b63f26bf7
commit 14f798cbcc

View File

@ -531,10 +531,7 @@ static void setup_new_vc_session(struct smbd_server_connection *sconn)
{ {
DEBUG(2,("setup_new_vc_session: New VC == 0, if NT4.x " DEBUG(2,("setup_new_vc_session: New VC == 0, if NT4.x "
"compatible we would close all old resources.\n")); "compatible we would close all old resources.\n"));
#if 0
conn_close_all();
invalidate_all_vuids();
#endif
if (lp_reset_on_zero_vc()) { if (lp_reset_on_zero_vc()) {
char *addr; char *addr;
struct shutdown_state state; struct shutdown_state state;