Hi Jonathan,

On Tue, May 24, 2016 at 05:04:16AM -0500, Jonathan Fisher wrote:
> What's the style you prefer?

This one without the double negation :-)

-       if (!memcmp(line, "TCP4 ", 5) != 0) {
+       if (memcmp(line, "TCP4 ", 5) == 0) {

I've just backported it now.

Cheers,
Willy


Reply via email to