summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcs/src/Ice/Application.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/cs/src/Ice/Application.cs b/cs/src/Ice/Application.cs
index 869b2c3e9db..5b570e636a2 100755
--- a/cs/src/Ice/Application.cs
+++ b/cs/src/Ice/Application.cs
@@ -454,10 +454,8 @@ namespace Ice
//
ignore = true;
}
- else if(_nohup && sig == SIGHUP)
- {
- ignore = true;
- }
+ // For SIGHUP the user callback is always called. It can
+ // decide what to do.
else
{
_callbackInProgress = true;