summaryrefslogtreecommitdiff
path: root/pimd/pim_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_hello.c')
-rw-r--r--pimd/pim_hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_hello.c b/pimd/pim_hello.c
index ecdb3a34a7..e50504ec10 100644
--- a/pimd/pim_hello.c
+++ b/pimd/pim_hello.c
@@ -484,7 +484,7 @@ int pim_hello_build_tlv(struct interface *ifp, uint8_t *tlv_buf,
return -1;
}
if (can_disable_join_suppression) {
- *((uint8_t *)(curr) + 4) |= 0x80; /* enable T bit */
+ *(curr + 4) |= 0x80; /* enable T bit */
}
curr = tmp;