Skip to content

Commit

Permalink
netlink: improved event handling
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed Sep 10, 2024
1 parent 9e175b5 commit d171838
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/netlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ void Netlink::handle_events() {
auto len = recvmsg(nl_socket, &msg_hdr, 0);

if (len == -1) {
util::warning("len == -1");
continue;
}

Expand Down

0 comments on commit d171838

Please sign in to comment.