mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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) {
|
||||
BOOST_THROW_EXCEPTION(posix_error()
|
||||
<< boost::errinfo_api_function("getpwnam")
|
||||
<< boost::errinfo_api_function("getgrnam")
|
||||
<< boost::errinfo_errno(errno));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user