From bceae42e8e248c82de505b417bba4a1e81f981ba Mon Sep 17 00:00:00 2001 From: sma Date: Tue, 21 May 2013 11:13:07 +0000 Subject: Tue May 21 11:07:00 UTC 2013 Simon Massey Add sanity check for SndSock value obtained from system --- TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp index d97a8b2a3cc..55be06a50ec 100644 --- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp +++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp @@ -1,4 +1,4 @@ -// $Id$ + // $Id$ #include "orbsvcs/Log_Macros.h" #include "orbsvcs/PortableGroup/UIPMC_Connection_Handler.h" @@ -278,8 +278,8 @@ TAO_UIPMC_Connection_Handler::open (void*) // Also Note that some kernals return stupid values (such as solaris // when using the loopback interface) so cater for rediculously small // values. - if (this->send_hi_water_mark_ < 256u) - { + if (this->send_hi_water_mark_ < 256u) + { this->send_hi_water_mark_ = 256u; if (TAO_debug_level) ACE_ERROR ((LM_ERROR, -- cgit v1.2.1