mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
firewall-util: emphasize that nfnl_netlink_sendv() takes at least one message
Addresses https://github.com/systemd/systemd/pull/23090#discussion_r853002631.
This commit is contained in:
parent
2a86ed67ed
commit
5a560d4cc3
@ -31,7 +31,7 @@
|
||||
|
||||
static int nfnl_netlink_sendv(
|
||||
sd_netlink *nfnl,
|
||||
sd_netlink_message **messages,
|
||||
sd_netlink_message *messages[static 1],
|
||||
size_t msgcount) {
|
||||
|
||||
_cleanup_free_ uint32_t *serial = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user