On Apr 2, 2013, at 8:49 PM, Ben Pfaff <[email protected]> wrote: > - if (want_report) { > + if (want_report && s.length > 0) {
Isn't our style normally to do it like this?
if (want_report && s.length) {
Otherwise, looks good.
--Justin
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev
