diff options
author | Volker Lendecke <vl@samba.org> | 2010-09-27 02:15:18 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-09-28 07:36:15 +0200 |
commit | f83e7d8f8c91a1670dfd9f8322c3cf83c95c2b18 (patch) | |
tree | a39641597846fa5ce5d9d54a3cbc90850e2fed48 /source3/smbd/globals.c | |
parent | 93adf70d1a2a3371562606dbda36016e9a15eeaf (diff) | |
download | samba-f83e7d8f8c91a1670dfd9f8322c3cf83c95c2b18.tar.gz samba-f83e7d8f8c91a1670dfd9f8322c3cf83c95c2b18.tar.xz samba-f83e7d8f8c91a1670dfd9f8322c3cf83c95c2b18.zip |
s3: Remove "server_fd" global variable
Diffstat (limited to 'source3/smbd/globals.c')
-rw-r--r-- | source3/smbd/globals.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c index 87d6405ee9..340789ba8e 100644 --- a/source3/smbd/globals.c +++ b/source3/smbd/globals.c @@ -110,7 +110,6 @@ int32_t level_II_oplocks_open = 0; struct kernel_oplocks *koplocks = NULL; int am_parent = 1; -int server_fd = -1; struct memcache *smbd_memcache_ctx = NULL; bool exit_firsttime = true; struct child_pid *children = 0; |