summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-13 19:03:18 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-13 19:03:18 +0000
commitc86d22226ff952b33cf4fbee23f0172b86230024 (patch)
tree870703936553ad4277d8ceced86367c480beb6ea /ChangeLog
parent6c2d7ebaa4b1c7cba0ce2c47b633666337b2f9b8 (diff)
downloadtinyproxy-c86d22226ff952b33cf4fbee23f0172b86230024.tar.gz
tinyproxy-c86d22226ff952b33cf4fbee23f0172b86230024.zip
Added additional error handling for the bind() and listen() system calls
when setting up the listening socket.
Diffstat (limited to '')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4df60d5..c672f85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* src/sock.c (opensock): If the Listen directive is in use, then
we should bind outgoing address to this address.
+ (listen_sock): Added error handling for the bind() and listen()
+ calls when setting up the listening socket.
2002-04-12 Robert James Kaes <rjkaes@flarenet.com>