Module Name: src Committed By: mrg Date: Sun Feb 3 12:02:22 UTC 2019
Modified Files: src/usr.sbin/inetd: ipsec.c Log Message: - don't compare pointer with \0. in this case, *pointer is wanted, not \0 -> NULL, as we just tested pointer, and this is wanting to be the standard "is this string NULL or nul?" idiom. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/inetd/ipsec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.