Skip to content

Commit

Permalink
ctld: Use bool in uclparse.c
Browse files Browse the repository at this point in the history
Previously these functions all returned either 0 or 1, but 0 was
success and 1 was failure.  Use a bool where false indicates failure
instead which is more readable.

Reviewed by:	mav, asomers
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D48594
  • Loading branch information
bsdjhb committed Jan 24, 2025
1 parent dd36037 commit 78cd9f0
Showing 1 changed file with 128 additions and 128 deletions.
Loading

0 comments on commit 78cd9f0

Please sign in to comment.