r8134: remove unused var
authorStefan Metzmacher <metze@samba.org>
Mon, 4 Jul 2005 10:26:25 +0000 (10:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:12 +0000 (13:19 -0500)
metze

source/libcli/raw/smb_signing.c

index 14dfc6473750bde5a6d6f7cae87728b060dd9948..df63c33cb9bfc93cfb05ee644320ea0971df5021 100644 (file)
@@ -104,7 +104,6 @@ void sign_outgoing_message(struct request_buffer *out, DATA_BLOB *mac_key, uint_
 {
        uint8_t calc_md5_mac[16];
        struct MD5Context md5_ctx;
-       uint8_t key_buf[16];
 
        /*
         * Firstly put the sequence number into the first 4 bytes.