Query #define was being used in reply processor.

This commit is contained in:
Chuck Craft 2020-09-04 03:08:28 +00:00 committed by AndersBroman
parent 0e6551336d
commit eb626aa650
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ dissect_tacplus_body_acct_req( tvbuff_t* tvb, proto_tree *tree )
static void static void
dissect_tacplus_body_acct_rep( tvbuff_t* tvb, proto_tree *tree ) dissect_tacplus_body_acct_rep( tvbuff_t* tvb, proto_tree *tree )
{ {
int val, var_off=ACCT_Q_VARDATA_OFF; int val, var_off=ACCT_R_VARDATA_OFF;
/* Status */ /* Status */
proto_tree_add_item(tree, hf_tacplus_body_acct_status, tvb, ACCT_R_STATUS_OFF, 1, ENC_BIG_ENDIAN); proto_tree_add_item(tree, hf_tacplus_body_acct_status, tvb, ACCT_R_STATUS_OFF, 1, ENC_BIG_ENDIAN);