mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-15 22:05:14 +00:00
bgpd: cosmetic function address
No mistake, just to unify style for the parameter of function address - remove ampersand. In current code, only this one place of `hook_register()`s needs to be made. Signed-off-by: anlan_cs <vic.lan@pica8.com>
This commit is contained in:
parent
9daf964bc8
commit
f714e57a32
@ -592,7 +592,7 @@ static int bgp_rpki_module_init(void)
|
|||||||
|
|
||||||
hook_register(bgp_rpki_prefix_status, rpki_validate_prefix);
|
hook_register(bgp_rpki_prefix_status, rpki_validate_prefix);
|
||||||
hook_register(frr_late_init, bgp_rpki_init);
|
hook_register(frr_late_init, bgp_rpki_init);
|
||||||
hook_register(frr_early_fini, &bgp_rpki_fini);
|
hook_register(frr_early_fini, bgp_rpki_fini);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user