]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/pomng.fix
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848...
[people/teissler/ipfire-2.x.git] / src / patches / pomng.fix
1 --- linux-2.4.patch.old 2004-08-11 19:57:22.498678130 +0100
2 +++ linux-2.4.patch 2004-08-11 19:57:36.474241273 +0100
3 @@ -402,7 +402,7 @@
4 + }
5 +
6 + /* if threshold is reached, send message to userspace */
7 -+ if (qlen >= loginfo.qthreshold) {
8 ++ if (ub->qlen >= loginfo.qthreshold) {
9 + if (loginfo.qthreshold > 1)
10 + nlh->nlmsg_type = NLMSG_DONE;
11 + }