HomeFreeBSD

keyserv(1): drop useless comparison.

Description

keyserv(1): drop useless comparison.

Comparing a character array against NULL serves no purpose. In any case
we are always asigning a value just before using the value so obviate
the comparison altogether.

Reviewed by: ngie
Differential Revision: https://reviews.freebsd.org/D6651

CID: 1008422

Details

Provenance
pfgAuthored on
Reviewer
ngie
Parents
rS301004: Fix circular dependency created after r287197 between ldconfig and…
Branches
Unknown
Tags
Unknown