Skip to content

Commit

Permalink
Fix #129: Wrong pointer argument to calc_oifs()
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Nov 13, 2018
1 parent 11673d2 commit 3aefd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ int change_interfaces(mrtentry_t *mrt,
break;
}

calc_oifs(tmp, &oifs);
calc_oifs(tmp, oifs);
if (!(PIMD_VIFM_SAME(new_real_oifs, oifs)))
tmp->flags |= MRTF_MFC_CLONE_SG;

Expand Down

0 comments on commit 3aefd81

Please sign in to comment.