aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/dot11decrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crypt/dot11decrypt.c')
-rw-r--r--epan/crypt/dot11decrypt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/crypt/dot11decrypt.c b/epan/crypt/dot11decrypt.c
index 246a54ba8e..6e028654f8 100644
--- a/epan/crypt/dot11decrypt.c
+++ b/epan/crypt/dot11decrypt.c
@@ -403,8 +403,6 @@ Dot11DecryptDecryptWPABroadcastKey(const EAPOL_RSN_KEY *pEAPKey, guint8 *decrypt
static DOT11DECRYPT_KEY_ITEM dummy_key; /* needed in case Dot11DecryptRsnaMng() wants the key structure */
DOT11DECRYPT_SEC_ASSOCIATION *tmp_sa;
- *decrypted_len = 0;
-
/* We skip verifying the MIC of the key. If we were implementing a WPA supplicant we'd want to verify, but for a sniffer it's not needed. */
/* Preparation for decrypting the group key - determine group key data length */