summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/AdminI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/AdminI.cpp')
-rw-r--r--cpp/src/IceGrid/AdminI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/AdminI.cpp b/cpp/src/IceGrid/AdminI.cpp
index 09ed622c98a..13f10e87769 100644
--- a/cpp/src/IceGrid/AdminI.cpp
+++ b/cpp/src/IceGrid/AdminI.cpp
@@ -751,6 +751,7 @@ AdminI::getNodeHostname(const string& name, const Current&) const
os << ex;
throw NodeUnreachableException(name, os.str());
}
+ return ""; // Keep the compiler happy.
}