summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-27 02:29:36 +0200
committerVolker Lendecke <vl@samba.org>2010-09-28 07:36:15 +0200
commit5e26e4d30feca67ae8377006c3b1acc4d6c6aa5f (patch)
treecacb805a543d16ff4d5a5cf2e133d0f3b88e340b /source3/smbd/globals.c
parentf83e7d8f8c91a1670dfd9f8322c3cf83c95c2b18 (diff)
downloadsamba-5e26e4d30feca67ae8377006c3b1acc4d6c6aa5f.tar.gz
samba-5e26e4d30feca67ae8377006c3b1acc4d6c6aa5f.tar.bz2
samba-5e26e4d30feca67ae8377006c3b1acc4d6c6aa5f.zip
s3: Move "Files" to smbd_server_connection
Diffstat (limited to 'source3/smbd/globals.c')
-rw-r--r--source3/smbd/globals.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c
index 340789ba8e..155629fa96 100644
--- a/source3/smbd/globals.c
+++ b/source3/smbd/globals.c
@@ -40,7 +40,6 @@ unsigned int allocated_write_caches = 0;
int real_max_open_files = 0;
struct bitmap *file_bmap = NULL;
-files_struct *Files = NULL;
int files_used = 0;
struct fsp_singleton_cache fsp_fi_cache = {
.fsp = NULL,