fixes compiling after last merge

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@550 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.2
Jan Kneschke 2005-08-16 13:04:54 +00:00
parent ae02f2c48b
commit 2bc237115e
1 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,7 @@ static int mod_trigger_b4_dl_patch_connection(server *srv, connection *con, plug
/* merge config */
for (j = 0; j < dc->value->used; j++) {
#if defined(HAVE_GDBM) && defined(HAVE_PCRE_H)
data_unset *du = dc->value->data[j];
if (buffer_is_equal_string(du->key, CONST_STR_LEN("trigger-before-download.download-url"))) {
@ -291,6 +292,7 @@ static int mod_trigger_b4_dl_patch_connection(server *srv, connection *con, plug
PATCH(mc);
#endif
}
#endif
}
}