summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-08-18 11:58:49 +0000
committerJan Kneschke <jan@kneschke.de>2005-08-18 11:58:49 +0000
commit270ce0c65eef70b5beb8ceceb2285ec6575a8d73 (patch)
tree858a48cd22efbb0edd274104f6f3f07994c6685d
parentb8e6fee3c3b5c20dbf25544cdddbd277885739ca (diff)
downloadlighttpd-git-270ce0c65eef70b5beb8ceceb2285ec6575a8d73.tar.gz
removed unused variable
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@574 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--src/mod_auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_auth.c b/src/mod_auth.c
index 5391f73d..e653b335 100644
--- a/src/mod_auth.c
+++ b/src/mod_auth.c
@@ -173,7 +173,6 @@ static handler_t mod_auth_uri_handler(server *srv, connection *con, void *p_d) {
data_string *ds;
mod_auth_plugin_data *p = p_d;
array *req;
- size_t i;
/* select the right config */
mod_auth_patch_connection(srv, con, p);