summaryrefslogtreecommitdiff
path: root/pimd/pim_assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_assert.c')
-rw-r--r--pimd/pim_assert.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/pimd/pim_assert.c b/pimd/pim_assert.c
index 9f9c9e66f0..d3df6a1102 100644
--- a/pimd/pim_assert.c
+++ b/pimd/pim_assert.c
@@ -258,9 +258,7 @@ int pim_assert_recv(struct interface *ifp,
/*
Parse assert group addr
*/
- offset = pim_parse_addr_group(ifp->name, src_addr,
- &msg_group_addr,
- curr, curr_size);
+ offset = pim_parse_addr_group (&msg_group_addr, curr, curr_size);
if (offset < 1) {
char src_str[100];
pim_inet4_dump("<src?>", src_addr, src_str, sizeof(src_str));
@@ -275,9 +273,7 @@ int pim_assert_recv(struct interface *ifp,
/*
Parse assert source addr
*/
- offset = pim_parse_addr_ucast(ifp->name, src_addr,
- &msg_source_addr,
- curr, curr_size);
+ offset = pim_parse_addr_ucast (&msg_source_addr, curr, curr_size);
if (offset < 1) {
char src_str[100];
pim_inet4_dump("<src?>", src_addr, src_str, sizeof(src_str));