]> git.ipfire.org Git - thirdparty/iptables.git/commit
Fix the compile warning fix
authorPatrick McHardy <kaber@trash.net>
Thu, 18 Oct 2007 12:34:20 +0000 (12:34 +0000)
committerPatrick McHardy <kaber@trash.net>
Thu, 18 Oct 2007 12:34:20 +0000 (12:34 +0000)
commitfceebd8a493a16a767cf1c8e890830c129218c8f
tree1001eb57ab7ac35d9d173ae508ab15bfffecd390
parentff64ae696f64811d513b7969713d8002e37c0c3b
Fix the compile warning fix

According to Jan:

While the fields of struct xt_time are uints, the defined
time_t span is by definition 0..231-1, i.e. it should be
INT_MAX, not UINT_MAX.
extensions/libxt_time.c