On Mon, Jun 26, 2017 at 10:28:42AM -0600, Todd C. Miller wrote:
> On Mon, 26 Jun 2017 16:07:00 +0200, Martin Pieuchot wrote:
> > + } else if (((so->so_state & SS_ISCONNECTED) == 0) &&
> > + (so->so_proto->pr_flags & PR_CONNREQUIRED)) {
> > + rv = 0;
> > + } if (kn->kn_sfflags & NOTE_LOWAT) {
>
> I think you meant "} else if (...)" thereI think that, too. With "else" OK bluhm@
