1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 20:42:03 +03:00

fix a compile error in the netfilter match speedup patch for 2.6.30

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15849 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-05-14 18:35:10 +00:00
parent 9b69d8a2cd
commit 793ad82542

View File

@ -95,7 +95,7 @@
+ int v = ((struct ipt_standard_target *)t)->verdict;
+ if ((v < 0) && (v != IPT_RETURN)) {
+ ADD_COUNTER(e->counters, ntohs(ip->tot_len), 1);
+ read_unlock_bh(&table->lock);
+ xt_info_rdunlock_bh();
+ return (unsigned)(-v) - 1;
+ }
+ }