diff options
Diffstat (limited to 'ace/SPIPE_Connector.cpp')
-rw-r--r-- | ace/SPIPE_Connector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SPIPE_Connector.cpp b/ace/SPIPE_Connector.cpp index 2a806ad0dbb..ed8da668a0f 100644 --- a/ace/SPIPE_Connector.cpp +++ b/ace/SPIPE_Connector.cpp @@ -71,8 +71,8 @@ ACE_SPIPE_Connector::connect (ACE_SPIPE_Stream &new_io, if (handle != ACE_INVALID_HANDLE) return ::SetNamedPipeHandleState (handle, &pipe_mode, - NULL, - NULL); + 0, + 0); #endif return handle == ACE_INVALID_HANDLE ? -1 : 0; } |