diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-18 18:48:22 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-18 18:48:22 +0000 |
commit | 73a53daf3804209ee7f764641e6f5979e5fb4240 (patch) | |
tree | 6061d363db614a82be1b58c657040e13a44d6f6b /ChangeLog | |
parent | 09c7acf9fc7fa526fc8506ab416c27f947d54472 (diff) | |
download | tinyproxy-73a53daf3804209ee7f764641e6f5979e5fb4240.tar.gz tinyproxy-73a53daf3804209ee7f764641e6f5979e5fb4240.zip |
Removed the call to hstrerror() in the getpeer_string() function. It's
not available on all machines.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-04-18 Robert James Kaes <rjkaes@flarenet.com> + * src/sock.c (getpeer_string): Removed the hstrerror() call since + it's not supported on all machines, and it's not really needed + anyway. + * src/vector.c: * src/hashmap.c: Changed all calls to malloc, calloc, free, and strdup to the appropriate safe variety. |