close -> EVUTIL_CLOSESOCKET

svn:r832
This commit is contained in:
Niels Provos 2008-05-15 06:33:23 +00:00
parent 9e8688a749
commit 89a1512a74

View File

@ -300,7 +300,7 @@ http_basic_test(void)
/* connect to the second port */
bufferevent_free(bev);
close(fd);
EVUTIL_CLOSESOCKET(fd);
fd = http_connect("127.0.0.1", port + 1);