summaryrefslogtreecommitdiff
path: root/src/data_count.c
diff options
context:
space:
mode:
authormOo <moo.lighttpd@gmail.com>2005-08-23 14:35:01 +0000
committermOo <moo.lighttpd@gmail.com>2005-08-23 14:35:01 +0000
commitf387d898702c05eac22045437c04562e00d466bb (patch)
tree3cc28cc96977906c94b742517ee1c3272d31e620 /src/data_count.c
parent9a2e65355720ec762564323a4be3302e949e046c (diff)
downloadlighttpd-git-f387d898702c05eac22045437c04562e00d466bb.tar.gz
fix merging of auto-indexing element, and make autoload modules hack to use array merging
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@616 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/data_count.c')
-rw-r--r--src/data_count.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data_count.c b/src/data_count.c
index d727a106..ca51f67c 100644
--- a/src/data_count.c
+++ b/src/data_count.c
@@ -10,6 +10,7 @@ static data_unset *data_count_copy(const data_unset *s) {
buffer_copy_string_buffer(ds->key, src->key);
ds->count = src->count;
+ ds->is_index_key = src->is_index_key;
return (data_unset *)ds;
}