summaryrefslogtreecommitdiff
path: root/tests/Process_Strategy_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-27 11:28:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-27 11:28:51 +0000
commit60a02578a8ad1219e9d4db4d38f8446b2c806ee7 (patch)
tree084365dc71605692e0ea5f126694d8cae858a9d0 /tests/Process_Strategy_Test.cpp
parent48fa8ab3356af6d93c505ec7f3fc8209c44da54b (diff)
downloadATCD-60a02578a8ad1219e9d4db4d38f8446b2c806ee7.tar.gz
ChangeLogTag: Thu Oct 27 11:25:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests/Process_Strategy_Test.cpp')
-rw-r--r--tests/Process_Strategy_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp
index f74e36939d3..c95bac4ac3b 100644
--- a/tests/Process_Strategy_Test.cpp
+++ b/tests/Process_Strategy_Test.cpp
@@ -586,7 +586,7 @@ client (void *arg)
command = "read";
command_len = ACE_OS::strlen (command);
- int bytes_read = 0;
+ ssize_t bytes_read = 0;
if (connector.connect (stream, server_addr) == -1)
ACE_ERROR_RETURN ((LM_ERROR,