mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Fix getgrname error message.
This commit is contained in:
parent
7aaee262d3
commit
29a9365a48
@ -244,7 +244,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
if (!gr) {
|
if (!gr) {
|
||||||
BOOST_THROW_EXCEPTION(posix_error()
|
BOOST_THROW_EXCEPTION(posix_error()
|
||||||
<< boost::errinfo_api_function("getpwnam")
|
<< boost::errinfo_api_function("getgrnam")
|
||||||
<< boost::errinfo_errno(errno));
|
<< boost::errinfo_errno(errno));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user