summaryrefslogtreecommitdiffstats
path: root/pimd/pim_oil.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_oil.c')
-rw-r--r--pimd/pim_oil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_oil.c b/pimd/pim_oil.c
index d4398d1c2..375acbc66 100644
--- a/pimd/pim_oil.c
+++ b/pimd/pim_oil.c
@@ -169,7 +169,7 @@ struct channel_oil *pim_channel_oil_add(struct prefix_sg *sg,
return c_oil;
}
- ifp = pim_if_find_by_vif_index(input_vif_index);
+ ifp = pim_if_find_by_vif_index(pimg, input_vif_index);
if (!ifp) {
/* warning only */
zlog_warn(