summaryrefslogtreecommitdiffstats
path: root/source/smbd/seal.c
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2008-04-07 15:28:10 -0700
committerJames Peach <jpeach@samba.org>2008-04-07 15:28:10 -0700
commit3ed2c65bde0c2e5ad10cf777dae8a2d3e626a42c (patch)
tree712ebb87383dc2f8bb6189566bea6938d810812f /source/smbd/seal.c
parent59a2bcf30fef14ecc826271862b645dd3a61cb48 (diff)
downloadsamba-3ed2c65bde0c2e5ad10cf777dae8a2d3e626a42c.tar.gz
samba-3ed2c65bde0c2e5ad10cf777dae8a2d3e626a42c.tar.xz
samba-3ed2c65bde0c2e5ad10cf777dae8a2d3e626a42c.zip
Remove unused variable.
Diffstat (limited to 'source/smbd/seal.c')
-rw-r--r--source/smbd/seal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/seal.c b/source/smbd/seal.c
index 955ca471bc7..e9dc46aa3cd 100644
--- a/source/smbd/seal.c
+++ b/source/smbd/seal.c
@@ -483,7 +483,6 @@ static NTSTATUS srv_enc_spnego_negotiate(connection_struct *conn,
NTSTATUS status;
DATA_BLOB blob = data_blob_null;
DATA_BLOB secblob = data_blob_null;
- bool got_kerberos_mechanism = false;
char *kerb_mech = NULL;
blob = data_blob_const(*ppdata, *p_data_size);