mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 20:07:56 -04:00
Fix uninitialized port var in http_delete_test. Last one, I hope.
This commit is contained in:
parent
3b3fb7438d
commit
b5dd8064fc
@ -621,7 +621,7 @@ http_delete_test(void)
|
|||||||
struct bufferevent *bev;
|
struct bufferevent *bev;
|
||||||
evutil_socket_t fd;
|
evutil_socket_t fd;
|
||||||
const char *http_request;
|
const char *http_request;
|
||||||
ev_uint16_t port;
|
ev_uint16_t port = 0;
|
||||||
|
|
||||||
test_ok = 0;
|
test_ok = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user