mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 04:50:37 -04:00
close -> EVUTIL_CLOSESOCKET
svn:r832
This commit is contained in:
parent
9e8688a749
commit
89a1512a74
@ -300,7 +300,7 @@ http_basic_test(void)
|
|||||||
|
|
||||||
/* connect to the second port */
|
/* connect to the second port */
|
||||||
bufferevent_free(bev);
|
bufferevent_free(bev);
|
||||||
close(fd);
|
EVUTIL_CLOSESOCKET(fd);
|
||||||
|
|
||||||
fd = http_connect("127.0.0.1", port + 1);
|
fd = http_connect("127.0.0.1", port + 1);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user