1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-11 09:44:19 +03:00

Remove unused variable.

This commit is contained in:
James Peach
2008-04-07 15:28:10 -07:00
parent 59a2bcf30f
commit 3ed2c65bde

View File

@@ -483,7 +483,6 @@ static NTSTATUS srv_enc_spnego_negotiate(connection_struct *conn,
NTSTATUS status; NTSTATUS status;
DATA_BLOB blob = data_blob_null; DATA_BLOB blob = data_blob_null;
DATA_BLOB secblob = data_blob_null; DATA_BLOB secblob = data_blob_null;
bool got_kerberos_mechanism = false;
char *kerb_mech = NULL; char *kerb_mech = NULL;
blob = data_blob_const(*ppdata, *p_data_size); blob = data_blob_const(*ppdata, *p_data_size);