s3: remove dead already commented code
authorBjörn Jacke <bjacke@samba.org>
Thu, 11 Jan 2018 21:13:20 +0000 (22:13 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 21 Feb 2018 13:19:17 +0000 (14:19 +0100)
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/sesssetup.c

index e1fc7fd92a4355c2761aa614385ca180724b3b2d..56318a01deb13c47dd590b6d9fb42fe81742d37e 100644 (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 "
                "compatible we would close all old resources.\n"));
-#if 0
-       conn_close_all();
-       invalidate_all_vuids();
-#endif
+
        if (lp_reset_on_zero_vc()) {
                char *addr;
                struct shutdown_state state;