diff --git a/src/protocol/about.c b/src/protocol/about.c index 1cefec20a..b3ca27a78 100644 --- a/src/protocol/about.c +++ b/src/protocol/about.c @@ -94,13 +94,12 @@ about_protocol_handler(struct connection *conn) /* Only do this the first time */ if (cached && !cached->content_type) { - int len = 0; - #ifndef CONFIG_SMALL { const struct about_page *page = about_pages; for (; page->name; page++) { + int len; unsigned char *str; if (strcmp(conn->uri->data, page->name))