aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-windows-common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-windows-common.c b/epan/dissectors/packet-windows-common.c
index 64f1804ec0..3987841fc4 100644
--- a/epan/dissectors/packet-windows-common.c
+++ b/epan/dissectors/packet-windows-common.c
@@ -2362,10 +2362,10 @@ dissect_nt_acl(tvbuff_t *tvb, int offset, packet_info *pinfo,
int pre_ace_offset;
guint16 revision;
guint32 volatile num_aces;
- gboolean missing_data = FALSE;
- gboolean bad_ace = FALSE;
+ gboolean volatile missing_data = FALSE;
+ gboolean volatile bad_ace = FALSE;
- if(parent_tree){
+ if(parent_tree) {
item = proto_tree_add_text(parent_tree, tvb, offset, -1,
"NT %s ACL", name);
tree = proto_item_add_subtree(item, ett_nt_acl);