summaryrefslogtreecommitdiff
path: root/ACE/ace/ATM_Connector.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-08 18:36:56 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-08 18:36:56 +0100
commite4fb72413b5fcfe058359a6344b8fa59fe52e806 (patch)
tree5c3ca62c6d5fb08aac639437cfda483c330b7665 /ACE/ace/ATM_Connector.cpp
parent08b03d455da1340b9eda18f3b1878e9f9252fc10 (diff)
downloadATCD-e4fb72413b5fcfe058359a6344b8fa59fe52e806.tar.gz
Layout changes
* ACE/ace/ATM_Acceptor.h: * ACE/ace/ATM_Connector.cpp: * ACE/ace/ATM_Connector.inl:
Diffstat (limited to 'ACE/ace/ATM_Connector.cpp')
-rw-r--r--ACE/ace/ATM_Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/ATM_Connector.cpp b/ACE/ace/ATM_Connector.cpp
index 42dd0f7a725..3c866fbdc40 100644
--- a/ACE/ace/ATM_Connector.cpp
+++ b/ACE/ace/ATM_Connector.cpp
@@ -67,7 +67,7 @@ ACE_ATM_Connector::connect (ACE_ATM_Stream &new_stream,
int result = ACE_OS::connect( s,
( struct sockaddr *)saddr,
sizeof( struct sockaddr_atm ),
- qos_params );
+ qos_params);
if ( result != 0 )
ACE_OS::printf( "ATM_Connector(connect): connection failed, %d\n",