Skip to content

Commit

Permalink
zebra: break FreeBSD compile
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Winter <[email protected]>
  • Loading branch information
mwinter-osr committed Sep 25, 2023
1 parent 72b0723 commit c60bc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra/kernel_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ static void kernel_read(struct event *thread)
* reading the routing socket. Ignore it.
*/
event_add_read(zrouter.master, kernel_read, NULL, sock,
NULL);
NULL, 0, 1, 2, 3, 4);
return;
#else
flog_err(EC_ZEBRA_RECVMSG_OVERRUN,
Expand Down

0 comments on commit c60bc2e

Please sign in to comment.