diff options
Diffstat (limited to 'ace/UPIPE_Connector.cpp')
-rw-r--r-- | ace/UPIPE_Connector.cpp | 4 |
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; |