summaryrefslogtreecommitdiff
path: root/ACE/ace/Dev_Poll_Reactor.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2010-04-14 11:23:34 +0000
committerSteve Huston <shuston@riverace.com>2010-04-14 11:23:34 +0000
commit83534f479a425e691c7a9ff35e75f6a0e71234e0 (patch)
tree536466a73618188d59fa8d7ebf696c3cd3aaba1a /ACE/ace/Dev_Poll_Reactor.cpp
parent95fce509da1e07819572997e5e2cc3896b63ea54 (diff)
downloadATCD-83534f479a425e691c7a9ff35e75f6a0e71234e0.tar.gz
ChangeLogTag:Wed Apr 14 11:22:27 UTC 2010 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/Dev_Poll_Reactor.cpp')
-rw-r--r--ACE/ace/Dev_Poll_Reactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Dev_Poll_Reactor.cpp b/ACE/ace/Dev_Poll_Reactor.cpp
index 3e4341a27af..72d8e1220e9 100644
--- a/ACE/ace/Dev_Poll_Reactor.cpp
+++ b/ACE/ace/Dev_Poll_Reactor.cpp
@@ -217,7 +217,7 @@ ACE_Dev_Poll_Reactor_Notify::read_notify_pipe (ACE_HANDLE handle,
// between removing the last notification from the queue and the notify
// side writing its byte.
char b[1024];
- read_p = &b;
+ read_p = b;
to_read = sizeof(b);
(void)ACE::recv (handle, read_p, to_read);