mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
Fix uninitialized variables in http_bad_request_test. (oops)
This commit is contained in:
parent
a97320ac57
commit
3b3fb7438d
@ -506,7 +506,7 @@ http_bad_request_test(void)
|
||||
struct bufferevent *bev = NULL;
|
||||
evutil_socket_t fd;
|
||||
const char *http_request;
|
||||
ev_uint16_t port, port2;
|
||||
ev_uint16_t port=0, port2=0;
|
||||
|
||||
test_ok = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user