Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > b87c277ec01036038f2c1be78cce40a5 > files > 1

ifmetric-0.3-12.mga3.src.rpm

diff -up ./src/nlrequest.c.replybuf ./src/nlrequest.c
--- ./src/nlrequest.c.replybuf	2004-01-23 23:02:58.000000000 +0000
+++ ./src/nlrequest.c	2011-08-12 17:10:32.307318009 +0000
@@ -44,7 +44,7 @@ int netlink_request(int s, struct nlmsgh
 
     for (;;) {
         int bytes;
-        char replybuf[2048];
+        char replybuf[4096];
         struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
         
         if ((bytes = recv(s, &replybuf, sizeof(replybuf), 0)) < 0) {