diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-17 09:32:19 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-17 09:32:19 +0000 |
commit | b6cea37a24ba9676d125c33e4d161644f7c6d3f3 (patch) | |
tree | 1951d842b2fb96f24e9937ff636304eb8be656bf /tests/SOCK_Test.cpp | |
parent | 0b0a662879b10d78df8d7cd3617b0439db800983 (diff) | |
download | ATCD-b6cea37a24ba9676d125c33e4d161644f7c6d3f3.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/SOCK_Test.cpp')
-rw-r--r-- | tests/SOCK_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SOCK_Test.cpp b/tests/SOCK_Test.cpp index 2196e34281c..fa5a3d5e966 100644 --- a/tests/SOCK_Test.cpp +++ b/tests/SOCK_Test.cpp @@ -161,7 +161,7 @@ server (void *arg) 0, 0, 0) == -1) ACE_ERROR_RETURN ((LM_ERROR, "(%P|%t) %p\n", "select"), 0); - while ((r_bytes = new_stream.recv_n (buf, 1)) > 0) + while ((r_bytes = new_stream.recv (buf, 1)) > 0) { ACE_ASSERT (t == buf[0]); t++; |