summaryrefslogtreecommitdiff
path: root/ace/Signal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Signal.cpp')
-rw-r--r--ace/Signal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Signal.cpp b/ace/Signal.cpp
index 0978b21fad3..8e7763940c3 100644
--- a/ace/Signal.cpp
+++ b/ace/Signal.cpp
@@ -697,8 +697,8 @@ ACE_Sig_Handlers::register_handler (int signum,
return ace_sig_adapter->sigkey ();
}
}
- else
- return -1;
+
+ return -1;
}
// Remove the ACE_Event_Handler currently associated with <signum>.