aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-10-10 19:30:29 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-10-10 19:30:29 +0000
commitd8231f1222a9861b3512cac592a42dce0509d40f (patch)
tree26a77c5d987f3c9bd4ece62c479bf5ae60102b72
parentd038be780b817e8c0b0a2b5ed66f37fbaeda63e9 (diff)
Try to make the build bot happy.
svn path=/trunk/; revision=52505
-rw-r--r--epan/addr_resolv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/addr_resolv.h b/epan/addr_resolv.h
index 39c463b4cc..52a12fe157 100644
--- a/epan/addr_resolv.h
+++ b/epan/addr_resolv.h
@@ -80,7 +80,7 @@ typedef struct serv_port {
#define RESOLVED_ADDRESS_USED 1<<2
#define DUMMY_AND_RESOLVE_FLGS 3
-#define USED_AND_RESOLVED_MASK 1+4
+#define USED_AND_RESOLVED_MASK (1+4)
typedef struct hashipv4 {
guint addr;
guint8 flags; /* B0 dummy_entry, B1 resolve, B2 If the address is used in the trace */