diff options
author | Arno Töll <arno@debian.org> | 2012-11-21 23:03:59 +0100 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2012-11-21 23:03:59 +0100 |
commit | 16cadaab87d25fc026ac777746eabbff3030f0cc (patch) | |
tree | ebd408dc2d6d5d821137994e93203e57ab8f25f6 /src/mod_redirect.c | |
parent | 985230456afb0b945234dfac919a6ece3df4a715 (diff) | |
download | lighttpd-16cadaab87d25fc026ac777746eabbff3030f0cc.tar.gz |
Imported Upstream version 1.4.28upstream/1.4.28
Diffstat (limited to 'src/mod_redirect.c')
-rw-r--r-- | src/mod_redirect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_redirect.c b/src/mod_redirect.c index 976d845..f9147cb 100644 --- a/src/mod_redirect.c +++ b/src/mod_redirect.c @@ -118,7 +118,7 @@ SETDEFAULTS_FUNC(mod_redirect_set_defaults) { return HANDLER_ERROR; } - if (0 != pcre_keyvalue_buffer_append(s->redirect, + if (0 != pcre_keyvalue_buffer_append(srv, s->redirect, ((data_string *)(da->value->data[j]))->key->ptr, ((data_string *)(da->value->data[j]))->value->ptr)) { |