summaryrefslogtreecommitdiff
path: root/ace/UPIPE_Connector.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-09-01 14:21:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-09-01 14:21:34 +0000
commit552815ab2197744160588a68ba84ee69d11e6f60 (patch)
treebfd9a02525300cfcb3066eb909fc1916761c4d20 /ace/UPIPE_Connector.cpp
parentd84d80681fd5059743d92c03e24af7dbe0322c4b (diff)
downloadATCD-552815ab2197744160588a68ba84ee69d11e6f60.tar.gz
ChangeLogTag: Thu Sep 1 14:11:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/UPIPE_Connector.cpp')
-rw-r--r--ace/UPIPE_Connector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/UPIPE_Connector.cpp b/ace/UPIPE_Connector.cpp
index 64af6e9a58d..455d982e993 100644
--- a/ace/UPIPE_Connector.cpp
+++ b/ace/UPIPE_Connector.cpp
@@ -41,8 +41,8 @@ ACE_UPIPE_Connector::connect (ACE_UPIPE_Stream &new_stream,
ACE_ASSERT (new_stream.get_handle () == ACE_INVALID_HANDLE);
ACE_HANDLE handle = ACE::handle_timed_open (timeout,
- addr.get_path_name (),
- flags, perms);
+ addr.get_path_name (),
+ flags, perms);
if (handle == ACE_INVALID_HANDLE)
return -1;