summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-03 11:54:32 +1100
committerStefan Metzmacher <metze@samba.org>2012-02-16 15:18:43 +0100
commiteb3e34e965c04d286c31d6951d781a814bf4ab42 (patch)
tree100158bc2fc9eca4e19faf630fe933f50ca910c7 /source3/smbd/globals.h
parent2b511f0e9280e0b918265bac8090d79d3c9d5115 (diff)
downloadsamba-eb3e34e965c04d286c31d6951d781a814bf4ab42.tar.gz
samba-eb3e34e965c04d286c31d6951d781a814bf4ab42.tar.bz2
samba-eb3e34e965c04d286c31d6951d781a814bf4ab42.zip
s3-smbd Remove unused code now we always have SPNEGO via gensec
This was previously needed because SPNEGO was only available in the AD DC. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 24c17cae9f..9a5823de3e 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -466,9 +466,6 @@ struct smbd_server_connection {
unsigned long file_gen_counter;
int first_file;
- /* Try GENSEC hook */
- bool use_gensec_hook;
-
/* number of open connections (tcons) */
int num_tcons_open;