summaryrefslogtreecommitdiff
path: root/print-lwapp.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-lwapp.c')
-rw-r--r--print-lwapp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/print-lwapp.c b/print-lwapp.c
index 984ebaa3044b4..154876f54a8e9 100644
--- a/print-lwapp.c
+++ b/print-lwapp.c
@@ -174,7 +174,7 @@ lwapp_control_print(const u_char *pptr, u_int len, int has_ap_ident) {
const struct lwapp_transport_header *lwapp_trans_header;
const struct lwapp_control_header *lwapp_control_header;
const u_char *tptr;
- int hexdump,tlen;
+ int tlen;
int msg_tlen;
tptr=pptr;
@@ -247,7 +247,6 @@ lwapp_control_print(const u_char *pptr, u_int len, int has_ap_ident) {
/* did we capture enough for fully decoding the message */
if (!TTEST2(*tptr, msg_tlen))
goto trunc;
- hexdump=FALSE;
/* XXX - Decode sub messages for each message */
switch(lwapp_control_header->msg_type) {