aboutsummaryrefslogtreecommitdiff
path: root/src/piesctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/piesctl.c')
-rw-r--r--src/piesctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piesctl.c b/src/piesctl.c
index 27be361..44bd263 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -658,3 +658,3 @@ shttp_request_send (struct shttp_connection *conn, int method, char const *uri)
- grecs_symtab_enumerate (conn->req.headers, send_header, conn);
+ grecs_symtab_foreach (conn->req.headers, send_header, conn);
if (conn->req.content_length)

Return to:

Send suggestions and report system problems to the System administrator.