Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.sbin/inetd



In article <20171017071319.A4380FBC8%cvs.NetBSD.org@localhost>,
Ryota Ozaki <source-changes-d%NetBSD.org@localhost> 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



Home | Main Index | Thread Index | Old Index