aboutsummaryrefslogtreecommitdiff
path: root/lib/reqcreat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-03-15 13:29:52 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-03-15 14:12:23 +0200
commit58a8936d30bbb18b8ad93fecfe3fe2210d1c18b2 (patch)
tree01fcd1416af582e2429f0ae8d120e2af39b8f9d9 /lib/reqcreat.c
parent677473cdfc42b9fd83623902e80de946f108825c (diff)
downloadeclat-58a8936d30bbb18b8ad93fecfe3fe2210d1c18b2.tar.gz
eclat-58a8936d30bbb18b8ad93fecfe3fe2210d1c18b2.tar.bz2
Upgrade grecs
* grecs: pull * configure.ac: Enable json * lib/Makefile.am (AM_CPPFLAGS): Use @GRECS_INCLUDES@ (libeclat_a_SOURCES): Remove json sources. * src/Makefile.am (AM_CPPFLAGS): Use @GRECS_INCLUDES@ * tests/Makefile.am: Likewise. * lib/json.h: Remove. * lib/jsongrm.y: Remove. * lib/jsonlex.l: Remove. * tests/tjson.c: Remove. * src/config.c (eclat_kw): Mark statically initialized memory locations as such. * src/mktags.c (process_tags): Use wordsplit to process quoted arguments. * lib/bidimap.c (bidimap_config): Fill allocated memory with 0's * lib/filemap.c (filemap_config): Likewise. * lib/gdbmmap.c (gdbm_map_config): Likewise. * lib/seqmap.c (seqmap_config): Likewise.
Diffstat (limited to 'lib/reqcreat.c')
-rw-r--r--lib/reqcreat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reqcreat.c b/lib/reqcreat.c
index 753a415..8bfca56 100644
--- a/lib/reqcreat.c
+++ b/lib/reqcreat.c
@@ -79,7 +79,7 @@ eclat_request_dup(struct ec2_request const *src)
NULL,
ec2_param_free);
- grecs_symtab_enumerate(src->params, ec2_param_dup, dst);
+ grecs_symtab_foreach(src->params, ec2_param_dup, dst);
if (src->headers == NULL) {
dst->headers = NULL;
} else {

Return to:

Send suggestions and report system problems to the System administrator.