diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-06-09 22:09:18 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-06-09 22:09:18 +0000 |
commit | cc8822546c27560cd7d404d3417a1643364a1d5e (patch) | |
tree | 8f4e8f0513fa51010c44466d5a313c3eab60fdfd /ace/SPIPE_Connector.cpp | |
parent | f83f7fc69d28635122cc464049ee0df0a7461eff (diff) | |
download | ATCD-cc8822546c27560cd7d404d3417a1643364a1d5e.tar.gz |
ChangeLogTag:Sun Jun 9 16:26:00 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
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; } |