mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
commit
cfa0537cc3
@ -52,7 +52,7 @@ static int broadcast_groups_get(sd_netlink *nl) {
|
||||
int r;
|
||||
|
||||
assert(nl);
|
||||
assert(nl->fd > 0);
|
||||
assert(nl->fd >= 0);
|
||||
|
||||
r = getsockopt(nl->fd, SOL_NETLINK, NETLINK_LIST_MEMBERSHIPS, NULL, &len);
|
||||
if (r < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user