Thread (6 messages) flat view 6 messages, 2 authors, 2012-07-09

Re: [PATCH 1/2] netfilter: ipset: timeout fixing bug broke SET target special timeout value

From: David Miller <davem@davemloft.net>
Date: 2012-07-09 07:29:03
Also in: netfilter-devel

From: pablo@netfilter.org
Date: Fri,  6 Jul 2012 13:39:38 +0200
+	if (add_opt.timeout != IPSET_NO_TIMEOUT
+	    && add_opt.timeout > UINT_MAX/MSEC_PER_SEC)
We do not write conditionals like this, with operators beginning
a continued line.  Instead, write this as:

	if (a &&
	    b)

Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help