summaryrefslogtreecommitdiff
path: root/ace/LSOCK_Stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LSOCK_Stream.cpp')
-rw-r--r--ace/LSOCK_Stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/LSOCK_Stream.cpp b/ace/LSOCK_Stream.cpp
index 292c6a5090c..ede35683ee1 100644
--- a/ace/LSOCK_Stream.cpp
+++ b/ace/LSOCK_Stream.cpp
@@ -12,7 +12,7 @@ int
ACE_LSOCK_Stream::get_remote_addr (ACE_Addr &a) const
{
ACE_TRACE ("ACE_LSOCK_Stream::get_remote_addr");
- return this->get_local_addr (a);
+ return ACE_SOCK_Stream::get_remote_addr (a);
}
void