summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-29 21:51:48 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-29 21:51:48 +0000
commitb139c8c82760c628be4d9a54d641a1a989b980ff (patch)
tree3b8621eae4172b4ec1ab86649fc4eb7be8ffc449 /performance-tests
parent7705057d3b5607d9c624c9dccf165e9a6e87488f (diff)
downloadATCD-b139c8c82760c628be4d9a54d641a1a989b980ff.tar.gz
Wed Sep 29 17:30:25 2004 Irfan Pyarali <irfan@oomworks.com>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/SCTP/SOCK_SEQPACK_srv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp b/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
index 0191628c60c..2e34329f788 100644
--- a/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
+++ b/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
@@ -283,7 +283,7 @@ int main(int argc, char **argv){
ACE_OS::inet_ntoa( addresses[0].sin_addr) ));
unsigned int i;
- for(i=1; i < serverAddr.get_num_secondary_addresses() ; ++i ) {
+ for(i=1; i <= serverAddr.get_num_secondary_addresses() ; ++i ) {
ACE_DEBUG((LM_DEBUG, " and %s", ACE_OS::inet_ntoa( addresses[i].sin_addr) ));
}
ACE_DEBUG((LM_DEBUG, "\n" ));