summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Server.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-01-18 17:59:13 +0000
committerMarc Laukien <marc@zeroc.com>2004-01-18 17:59:13 +0000
commitc5aee1ab16937ddb5e90458da045a4664344d201 (patch)
treeb7a80ef70b9a528220913071819da19cdb7d49f3 /cpp/src/IcePatch/Server.cpp
parentfix (diff)
downloadice-c5aee1ab16937ddb5e90458da045a4664344d201.tar.bz2
ice-c5aee1ab16937ddb5e90458da045a4664344d201.tar.xz
ice-c5aee1ab16937ddb5e90458da045a4664344d201.zip
fix
Diffstat (limited to 'cpp/src/IcePatch/Server.cpp')
-rw-r--r--cpp/src/IcePatch/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/Server.cpp b/cpp/src/IcePatch/Server.cpp
index df0ddf5aa3d..ef4def210db 100644
--- a/cpp/src/IcePatch/Server.cpp
+++ b/cpp/src/IcePatch/Server.cpp
@@ -157,7 +157,7 @@ IcePatch::Updater::run()
{
IceUtil::Monitor<IceUtil::Mutex>::Lock sync(*this);
- while(!_destroy)
+ while(!_destroy && !Application::interrupted())
{
try
{