Merge branch 'connlimit' of git://dev.medozas.de/linux

This commit is contained in:
Patrick McHardy
2011-01-20 14:17:32 +01:00

View File

@@ -18,7 +18,7 @@ struct xt_connlimit_info {
}; };
#endif #endif
}; };
unsigned int limit, inverse; unsigned int limit;
union { union {
/* revision 0 */ /* revision 0 */
unsigned int inverse; unsigned int inverse;