summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/IIOP_Connection_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp
index bfffa04b466..447c3d511ee 100644
--- a/TAO/tao/IIOP_Connection_Handler.cpp
+++ b/TAO/tao/IIOP_Connection_Handler.cpp
@@ -296,7 +296,7 @@ TAO_IIOP_Connection_Handler::close_connection (void)
{
// To maintain maximum compatibility, we only set this socket option
// if the user has provided a linger timeout.
- int linger = this->orb_core()->orb_params()->linger ();
+ int const linger = this->orb_core()->orb_params()->linger ();
if (linger != -1)
{
struct linger lval;