mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
Netlink: Minor cleanup
This commit is contained in:
parent
edc1a24017
commit
ef614f2984
@ -162,7 +162,7 @@ nl_open_sock(struct nl_sock *nl)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
nl_set_strict_dump(struct nl_sock *nl, int strict)
|
nl_set_strict_dump(struct nl_sock *nl UNUSED, int strict UNUSED)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Strict checking is not necessary, it improves behavior on newer kernels.
|
* Strict checking is not necessary, it improves behavior on newer kernels.
|
||||||
|
Loading…
Reference in New Issue
Block a user