mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Merge 85fc3b7393 into f63bbec4ab
This commit is contained in:
commit
badff096f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1749,7 +1749,7 @@ String Utility::GetPlatformKernelVersion()
|
|||
GetVersionEx(&info);
|
||||
|
||||
std::ostringstream msgbuf;
|
||||
msgbuf << info.dwMajorVersion << "." << info.dwMinorVersion;
|
||||
msgbuf << info.dwMajorVersion << "." << info.dwMinorVersion << "." << info.dwBuildNumber;
|
||||
|
||||
return msgbuf.str();
|
||||
#else /* _WIN32 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue