summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d71d345..9e3eec7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,10 @@
2002-04-26 Robert James Kaes <rjkaes@flarenet.com>
+ * 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.