From 15f493f516a452ca810f77595fb57f8e2e96d6e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eloy=20P=C3=A9rez=20Gonz=C3=A1lez?= Date: Thu, 4 Nov 2021 15:20:14 +0100 Subject: [PATCH] dcerpc: remove prev_tx_call_id and clear_bind_cache from DCERPCState remove those fields since are not used because of the removal of handle_bind_cache. --- rust/src/dcerpc/dcerpc.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rust/src/dcerpc/dcerpc.rs b/rust/src/dcerpc/dcerpc.rs index d532223697..f0e1fdfe7a 100644 --- a/rust/src/dcerpc/dcerpc.rs +++ b/rust/src/dcerpc/dcerpc.rs @@ -306,8 +306,6 @@ pub struct DCERPCState { pub query_completed: bool, pub data_needed_for_dir: Direction, pub prev_dir: Direction, - pub prev_tx_call_id: u32, - pub clear_bind_cache: bool, pub ts_gap: bool, pub tc_gap: bool, pub ts_ssn_gap: bool, -- 2.47.2