close -> EVUTIL_CLOSESOCKET

svn:r909
This commit is contained in:
Niels Provos 2008-07-13 21:07:59 +00:00
parent 1b40a378d1
commit 9ee4990f6c

View File

@ -1270,7 +1270,7 @@ http_multi_line_header_test(void)
event_dispatch();
bufferevent_free(bev);
close(fd);
EVUTIL_CLOSESOCKET(fd);
evhttp_free(http);