diff options
author | kircher_m <kircher_m@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-06 22:35:29 +0000 |
---|---|---|
committer | kircher_m <kircher_m@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-06 22:35:29 +0000 |
commit | 432b71b058665d4ec66287ca09c134859b763f51 (patch) | |
tree | af24f835de4557ad9f5e80474b338f064480d08e /TAO/tao | |
parent | 992eddf3734ebb881c7872ddb1a84762c87158b2 (diff) | |
download | ATCD-432b71b058665d4ec66287ca09c134859b763f51.tar.gz |
ChangeLogTag: Thu Dec 6 16:35:04 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/Strategies/DIOP_Transport.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/DIOP_Transport.cpp b/TAO/tao/Strategies/DIOP_Transport.cpp index 09aac81c158..a84266951a8 100644 --- a/TAO/tao/Strategies/DIOP_Transport.cpp +++ b/TAO/tao/Strategies/DIOP_Transport.cpp @@ -82,9 +82,9 @@ TAO_DIOP_Transport::send_i (iovec *iov, int iovcnt, for (int i = 0; i < iovcnt; i++) bytes_to_send += iov[i].iov_len; - ssize_t retval = this->connection_handler_->dgram ().send (iov, - iovcnt, - addr); + this->connection_handler_->dgram ().send (iov, + iovcnt, + addr); // @@ Michael: // Always return a positive number of bytes sent, as we do // not handle sending errors in DIOP. |