--- src/IO/http.c~ Mon Jul 7 10:40:22 2003 +++ src/IO/http.c Sun Aug 10 16:04:17 2003 @@ -256,7 +256,7 @@ #endif SocketData_t *S; DilloHost *dh; - socklen_t socket_len = 0; + int socket_len = sizeof(struct sockaddr); S = a_Klist_get_data(ValidSocks, GPOINTER_TO_INT(Info->LocalKey));