summaryrefslogtreecommitdiff
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
commitf863cb2ef45a19e092d72b93427b5b3c4e0c0a42 (patch)
treec2eeb53af792e5f87a30a2e74611ba961f211846
parentf700ee6418c7b861efdb0f8eaa61b99ad598b7c3 (diff)
downloadsamba-f863cb2ef45a19e092d72b93427b5b3c4e0c0a42.tar.gz
samba-f863cb2ef45a19e092d72b93427b5b3c4e0c0a42.tar.bz2
samba-f863cb2ef45a19e092d72b93427b5b3c4e0c0a42.zip
Remove unused variable.
(This used to be commit 3ed2c65bde0c2e5ad10cf777dae8a2d3e626a42c)
-rw-r--r--source3/smbd/seal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/seal.c b/source3/smbd/seal.c
index 955ca471bc..e9dc46aa3c 100644
--- a/source3/smbd/seal.c
+++ b/source3/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);