diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-07-09 09:07:36 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-07-09 09:07:36 +0000 |
commit | 7d9f42bc0222120e9924011b101d45c087e98c19 (patch) | |
tree | 48e896264efacafb460e3108ac3bbd45354b1a8a /TAO/tao/IIOP_Endpoint.i | |
parent | 1259c89fbfcbaf049f7bafdf457b1e19e1e12e8c (diff) | |
download | ATCD-7d9f42bc0222120e9924011b101d45c087e98c19.tar.gz |
ChangeLogTag:Mon Jul 09 01:51:27 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/IIOP_Endpoint.i')
-rw-r--r-- | TAO/tao/IIOP_Endpoint.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Endpoint.i b/TAO/tao/IIOP_Endpoint.i index 0aa65b95658..ac5c2b8415b 100644 --- a/TAO/tao/IIOP_Endpoint.i +++ b/TAO/tao/IIOP_Endpoint.i @@ -18,7 +18,7 @@ TAO_IIOP_Endpoint::object_addr (void) const if (this->object_addr_.get_type () != AF_INET && endpoint->object_addr_.set (this->port_, - this->host_.in ()) == -1) + this->host_.in ()) == -1) { // If this call fails, it most likely due a hostname lookup // failure caused by a DNS misconfiguration. If a request is |