diff --git a/monitor/nlmon.c b/monitor/nlmon.c index fe967922..34c5eed6 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -7944,7 +7944,7 @@ static bool nlmon_receive(struct l_io *io, void *user_data) unsigned char buf[8192]; unsigned char control[32]; ssize_t bytes_read; - int nlmsg_len; + uint32_t nlmsg_len; int fd; fd = l_io_get_fd(io);