summaryrefslogtreecommitdiff
path: root/pimd/pim_oil.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_oil.c')
-rw-r--r--pimd/pim_oil.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/pimd/pim_oil.c b/pimd/pim_oil.c
index 53bbf54f3e..fd3c04e8ca 100644
--- a/pimd/pim_oil.c
+++ b/pimd/pim_oil.c
@@ -104,10 +104,8 @@ void pim_oil_init(struct pim_instance *pim)
char hash_name[64];
snprintf(hash_name, 64, "PIM %s Oil Hash", pim->vrf->name);
- pim->channel_oil_hash = hash_create_size(8192,
- pim_oil_hash_key,
- pim_oil_equal,
- hash_name);
+ pim->channel_oil_hash = hash_create_size(8192, pim_oil_hash_key,
+ pim_oil_equal, hash_name);
pim->channel_oil_list = list_new();
if (!pim->channel_oil_list) {