diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-05-09 19:37:12 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-05-09 19:37:12 +0200 |
| commit | e20713259443fdc7134bb5e10c04496beb006321 (patch) | |
| tree | 7fefc172499e3d6136ae7c05782ca945fd207fa0 /zebra/zebra_mpls.c | |
| parent | 4a73887e0f6d5ab5ebb2018ed6f8a3cc49c0ee51 (diff) | |
zebra: fix style warnings in previous commits
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_mpls.c')
| -rw-r--r-- | zebra/zebra_mpls.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/zebra_mpls.c b/zebra/zebra_mpls.c index 5dcfe85f3d..850ca17636 100644 --- a/zebra/zebra_mpls.c +++ b/zebra/zebra_mpls.c @@ -3959,8 +3959,7 @@ void zebra_mpls_init_tables(struct zebra_vrf *zvrf) snprintf(buffer, sizeof(buffer), "ZEBRA SLSP table: %s", zvrf->vrf->name); - zvrf->slsp_table = - hash_create_size(8, label_hash, label_cmp, buffer); + zvrf->slsp_table = hash_create_size(8, label_hash, label_cmp, buffer); snprintf(buffer, sizeof(buffer), "ZEBRA LSP table: %s", zvrf->vrf->name); |
