[omniORB] bug in tcpConnection.cc
Duncan Grisby
duncan@grisby.org
Tue Apr 15 11:44:02 2003
On Tuesday 15 April, "Clemens Fischer" wrote:
> The comparison in line 226 should be changed from:
> if (t.tv_sec > orbParameters::scanGranularity)
> to something like:
> if (orbParameters::scanGranularity > 0 &&
> t.tv_sec > orbParameters::scanGranularity)
Indeed it should. Thanks for the bug report. I've checked the fix in.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --