[Git][NTPsec/ntpsec][master] Fix typo in error message on initgroups failure
Richard Laager
gitlab at mg.gitlab.com
Wed Mar 6 06:02:26 UTC 2019
Richard Laager pushed to branch master at NTPsec / ntpsec
Commits:
fa4095b9 by Matt Selsky at 2019-03-06T05:55:55Z
Fix typo in error message on initgroups failure
Gitlab issue #565
- - - - -
1 changed file:
- ntpd/ntp_sandbox.c
Changes:
=====================================
ntpd/ntp_sandbox.c
=====================================
@@ -194,7 +194,7 @@ getgroup:
else if (pw)
if (0 != initgroups(pw->pw_name, (gid_t)pw->pw_gid)) {
msyslog(LOG_ERR,
- "INIT: initgroups(<%s>, %u) filed: %s",
+ "INIT: initgroups(<%s>, %u) failed: %s",
pw->pw_name, pw->pw_gid, strerror(errno));
exit (-1);
}
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/fa4095b92e6495030cc5ef8fd0f57c224d54366d
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/fa4095b92e6495030cc5ef8fd0f57c224d54366d
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190306/e4830012/attachment.html>
More information about the vc
mailing list