From fefedea5779a21163086c984651c2b24152e06a0 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 29 Apr 2002 16:31:16 +0000 Subject: Added the reason why servers_waiting needs to be a signed integer. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d71d345..9e3eec7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,10 @@ 2002-04-26 Robert James Kaes + * src/thread.c: servers_waiting needs to be signed, since it can + go below 0 without causing a problem, but if it wraps around all + hell can break loose. + * src/reqs.c (connect_to_tunnel): Changed the len type to an signed integer so that we can detect error conditions. Thanks to Tom Cross for pointing out this problem. -- cgit v1.2.3