Commit 2e928f33 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Make another buffer non-static.

parent 68120830
......@@ -342,7 +342,7 @@ netlink_listen(int (*monitor)(struct nlmsghdr *nh, void *data), void *data) {
int len;
int interesting = 0;
static char buf[8192];
char buf[8192];
if(nl_listen.sock < 0) {
fprintf(stderr,"netlink_listen: netlink not initialized.\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment