In article <[email protected]>, Ryota Ozaki <[email protected]> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: ozaki-r >Date: Tue Oct 17 07:13:19 UTC 2017 > >Modified Files: > src/usr.sbin/inetd: inetd.c > >Log Message: >Don't setup SPs if no policy sepecifier is specified > >We expect that SPs are set up iff some policy sepecifier(s) are specified.
Why not just flip the order ?
if (policy != NULL && ipsecfoo(...) < 0) {
}
christos
