summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/Wait_Strategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Wait_Strategy.cpp b/TAO/tao/Wait_Strategy.cpp
index 409eefce7b1..b4999be9e93 100644
--- a/TAO/tao/Wait_Strategy.cpp
+++ b/TAO/tao/Wait_Strategy.cpp
@@ -72,7 +72,7 @@ TAO_Wait_On_Reactor::handle_input (void)
"resume_handler failed"),
-1);
- return result;
+ return 0;
}
// Register the handler with the Reactor.