diff options
Diffstat (limited to 'cpp/src/IcePatch/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch/Server.cpp | 2 |
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 { |