Fix uninitialized port var in http_delete_test. Last one, I hope.

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

View File

@ -621,7 +621,7 @@ http_delete_test(void)
struct bufferevent *bev;
evutil_socket_t fd;
const char *http_request;
ev_uint16_t port;
ev_uint16_t port = 0;
test_ok = 0;