s3:smbd: move tcon specific globals to struct smbd_server_connection
[kai/samba.git] / source3 / smbd / globals.c
index 4796823e3061b6b3924a2664cf6dc38e76873ca0..2e1b5c8593c11946203dbed91119b32f30cc8c98 100644 (file)
@@ -43,11 +43,6 @@ bool blocking_lock_cancel_state = false;
 struct smbd_dmapi_context *dmapi_ctx = NULL;
 #endif
 
-connection_struct *Connections = NULL;
-/* number of open connections */
-struct bitmap *bmap = 0;
-int num_open = 0;
-
 
 bool dfree_broken = false;