aboutsummaryrefslogtreecommitdiff
path: root/src/ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctl.c')
-rw-r--r--src/ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctl.c b/src/ctl.c
index c0e8c10..475fda6 100644
--- a/src/ctl.c
+++ b/src/ctl.c
@@ -711,7 +711,7 @@ ctlio_finalize_reply (struct ctlio *io)
ctlio_printf (io, "HTTP/1.1 %3d %s", io->code, http_text (io->code));
ctlio_eol (io);
- grecs_symtab_enumerate (io->output.headers, format_header, io);
+ grecs_symtab_foreach (io->output.headers, format_header, io);
ctlio_eol (io);
ctlbuf_copy (&io->obuf, &tmpbuf);

Return to:

Send suggestions and report system problems to the System administrator.