]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/pomng.fix
1e7fd5f3a6e9e6cd6338fdbaa9f9dc36b722613c
[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 + }