summaryrefslogtreecommitdiff
path: root/java/test/IcePack/deployer/Server.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/IcePack/deployer/Server.java')
-rw-r--r--java/test/IcePack/deployer/Server.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/IcePack/deployer/Server.java b/java/test/IcePack/deployer/Server.java
index 682661e1041..c2566f227a5 100644
--- a/java/test/IcePack/deployer/Server.java
+++ b/java/test/IcePack/deployer/Server.java
@@ -32,7 +32,7 @@ public class Server extends Ice.Application
{
}
communicator().waitForShutdown();
- ignoreInterrupt();
+ defaultInterrupt();
return 0;
}