diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerI.cpp b/cpp/src/IceGrid/ServerI.cpp index 95f8927e495..3ab2938f7db 100644 --- a/cpp/src/IceGrid/ServerI.cpp +++ b/cpp/src/IceGrid/ServerI.cpp @@ -2042,7 +2042,7 @@ ServerI::updateImpl(const InternalServerDescriptorPtr& descriptor) if(!success) { Ice::SyscallException ex(__FILE__, __LINE__); - ex.error = getSystemErrno(); + ex.error = IceInternal::getSystemErrno(); throw ex; } if(user != string(&buf[0])) |