summaryrefslogtreecommitdiff
path: root/ACE/ace/Pipe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Pipe.cpp')
-rw-r--r--ACE/ace/Pipe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Pipe.cpp b/ACE/ace/Pipe.cpp
index 2f31e82288e..2b095426a95 100644
--- a/ACE/ace/Pipe.cpp
+++ b/ACE/ace/Pipe.cpp
@@ -101,7 +101,7 @@ ACE_Pipe::open (int buffer_size)
ACE_INET_Addr sv_addr;
if (sv_addr.set (my_addr.get_port_number (), ACE_LOCALHOST) == -1)
{
- result == -1;
+ result = -1;
}
// Establish a connection within the same process.
else if (connector.connect (writer, sv_addr) == -1)