Remove unused variable.
authorJames Peach <jpeach@samba.org>
Mon, 7 Apr 2008 22:28:10 +0000 (15:28 -0700)
committerJames Peach <jpeach@samba.org>
Mon, 7 Apr 2008 22:28:10 +0000 (15:28 -0700)
(This used to be commit 3ed2c65bde0c2e5ad10cf777dae8a2d3e626a42c)

source3/smbd/seal.c

index 955ca471bc7f2eff9018ddb20403022f63f32002..e9dc46aa3cd6cc133a809592323ff8d2e71e9ff2 100644 (file)
@@ -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);