From 167cccbc1990dbfb2b47f6aeb1168673a8817bd8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 May 2012 23:33:32 +0200 Subject: s3:smbd: move global koplocks to smbd_server_connection metze --- source3/smbd/globals.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/smbd/globals.c') diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c index 515a1e810d..807271b320 100644 --- a/source3/smbd/globals.c +++ b/source3/smbd/globals.c @@ -93,8 +93,6 @@ struct vfs_init_function_entry *backends = NULL; char *sparse_buf = NULL; char *LastDir = NULL; -struct kernel_oplocks *koplocks = NULL; - struct smbd_parent_context *am_parent = NULL; struct memcache *smbd_memcache_ctx = NULL; bool exit_firsttime = true; -- cgit