Fix uninitialized variables in http_bad_request_test. (oops)

This commit is contained in:
Nick Mathewson 2010-09-03 21:03:25 -04:00
parent a97320ac57
commit 3b3fb7438d

View File

@ -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;