summaryrefslogtreecommitdiff
path: root/ace/MEM_Connector.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-07-23 20:48:55 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-07-23 20:48:55 +0000
commit7ee859423059eeaf70257a9da6ff18813181d01e (patch)
tree3c6734fa47a8577edc7352df9a9cf3d8e30d3295 /ace/MEM_Connector.cpp
parent7adf7130f4486029bfa4775d6af9ea18aab36372 (diff)
downloadATCD-7ee859423059eeaf70257a9da6ff18813181d01e.tar.gz
ChangeLogTag:Mon Jul 23 13:48:26 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/MEM_Connector.cpp')
-rw-r--r--ace/MEM_Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/MEM_Connector.cpp b/ace/MEM_Connector.cpp
index de3d35bae97..af4394603c9 100644
--- a/ace/MEM_Connector.cpp
+++ b/ace/MEM_Connector.cpp
@@ -91,8 +91,8 @@ ACE_MEM_Connector::connect (ACE_MEM_Stream &new_stream,
ACE_HANDLE new_handle = temp_stream.get_handle ();
- new_stream.disable (ACE_NONBLOCK);
new_stream.set_handle (new_handle);
+ new_stream.disable (ACE_NONBLOCK);
// Do not close the handle.
// now we should setup the mmap malloc.