Skip to content

Commit

Permalink
Merge pull request #88 from madrisan/lgtm-bug
Browse files Browse the repository at this point in the history
lib/netinfo: fix a LGTM alert
  • Loading branch information
madrisan authored Jul 22, 2021
2 parents 3eba4c6 + 4f59316 commit ce9dd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netinfo-private.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ get_netinfo_snapshot (unsigned int options, const regex_t *if_regex)
while (!msg_done)
{
/* parse reply */
unsigned int len;
ssize_t len;
struct nlmsghdr *h;
struct msghdr rtnl_reply;
struct iovec io_reply;
Expand Down

0 comments on commit ce9dd76

Please sign in to comment.