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.
pull/6860/head
Eloy Pérez González 3 years ago committed by Victor Julien
parent 1aca2676a6
commit 15f493f516

@ -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,

Loading…
Cancel
Save