From 73a53daf3804209ee7f764641e6f5979e5fb4240 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 18 Apr 2002 18:48:22 +0000 Subject: Removed the call to hstrerror() in the getpeer_string() function. It's not available on all machines. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41aa085..8fbb8d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-04-18 Robert James Kaes + * 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. -- cgit v1.2.3