This is a rebase of the patch from amutu@amutu.com in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202135
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Agreed, I would have used a bool rather than an int, but this is an improvement regardless.
usr.sbin/nscd/parser.c | ||
---|---|---|
538 ↗ | (On Diff #74328) | right. |
539 ↗ | (On Diff #74328) | This is not actually a continuing line, LOG_ERR_2() is a macro that turns into syslog(LOG_ERR, "nscd error (from %s): %s", sender, ferror); |