Skip to content

Commit

Permalink
Merge branch 'connlimit' of git://dev.medozas.de/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick McHardy committed Jan 20, 2011
2 parents 82d800d + ba12b13 commit 4cda47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/netfilter/xt_connlimit.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct xt_connlimit_info {
};
#endif
};
unsigned int limit, inverse;
unsigned int limit;
union {
/* revision 0 */
unsigned int inverse;
Expand Down

0 comments on commit 4cda47d

Please sign in to comment.