diff options
Diffstat (limited to 'cpp/src/IceGrid/PlatformInfo.cpp')
-rw-r--r-- | cpp/src/IceGrid/PlatformInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/PlatformInfo.cpp b/cpp/src/IceGrid/PlatformInfo.cpp index 55b9e982be7..51a1c525b4c 100644 --- a/cpp/src/IceGrid/PlatformInfo.cpp +++ b/cpp/src/IceGrid/PlatformInfo.cpp @@ -136,7 +136,7 @@ PlatformInfo::PlatformInfo(const Ice::CommunicatorPtr& communicator, const Trace os << osInfo.dwMajorVersion << "." << osInfo.dwMinorVersion; _info.release = os.str(); _info.version = osInfo.szCSDVersion; - _info.machine = ""; // TODO? + _info.machine = "x86"; // TODO? #else struct utsname utsinfo; uname(&utsinfo); |