summaryrefslogtreecommitdiff
path: root/TAO/tao/Blocked_Connect_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Blocked_Connect_Strategy.cpp')
-rw-r--r--TAO/tao/Blocked_Connect_Strategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Blocked_Connect_Strategy.cpp b/TAO/tao/Blocked_Connect_Strategy.cpp
index b55e0ff00c2..0c731feb8e4 100644
--- a/TAO/tao/Blocked_Connect_Strategy.cpp
+++ b/TAO/tao/Blocked_Connect_Strategy.cpp
@@ -15,7 +15,7 @@ void
TAO_Blocked_Connect_Strategy::synch_options (ACE_Time_Value *timeout,
ACE_Synch_Options &options)
{
- if (timeout != 0)
+ if (timeout != nullptr)
{
// Blocking with a timeout
options.set (ACE_Synch_Options::USE_TIMEOUT, *timeout);