summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-27 02:15:18 +0200
committerVolker Lendecke <vl@samba.org>2010-09-28 07:36:15 +0200
commitf83e7d8f8c91a1670dfd9f8322c3cf83c95c2b18 (patch)
treea39641597846fa5ce5d9d54a3cbc90850e2fed48 /source3/smbd/globals.h
parent93adf70d1a2a3371562606dbda36016e9a15eeaf (diff)
downloadsamba-f83e7d8f8c91a1670dfd9f8322c3cf83c95c2b18.tar.gz
samba-f83e7d8f8c91a1670dfd9f8322c3cf83c95c2b18.tar.bz2
samba-f83e7d8f8c91a1670dfd9f8322c3cf83c95c2b18.zip
s3: Remove "server_fd" global variable
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 923dd1763c..f4fb4f0b40 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -120,7 +120,6 @@ extern int32_t level_II_oplocks_open;
extern struct kernel_oplocks *koplocks;
extern int am_parent;
-extern int server_fd;
extern struct event_context *smbd_event_ctx;
extern struct messaging_context *smbd_msg_ctx;
extern struct memcache *smbd_memcache_ctx;