mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
babeld: The function is already a pointer
Don't send the address of in. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
1596fa9c2f
commit
403081e12a
@ -165,7 +165,7 @@ babel_create_routing_process (void)
|
||||
}
|
||||
|
||||
/* Threads. */
|
||||
thread_add_read(master, &babel_read_protocol, NULL, protocol_socket, &babel_routing_process->t_read);
|
||||
thread_add_read(master, babel_read_protocol, NULL, protocol_socket, &babel_routing_process->t_read);
|
||||
/* wait a little: zebra will announce interfaces, addresses, routes... */
|
||||
thread_add_timer_msec(master, babel_init_routing_process, NULL, 200L, &babel_routing_process->t_update);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user