diff options
-rw-r--r-- | source3/smbd/seal.c | 1 |
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); |