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
@@ -656,7 +656,7 @@ shttp_request_send (struct shttp_connection *conn, int method, char const *uri)
if (conn->b64auth)
shttp_send_line (conn, "Authorization: Basic %s", conn->b64auth);
- grecs_symtab_enumerate (conn->req.headers, send_header, conn);
+ grecs_symtab_foreach (conn->req.headers, send_header, conn);
if (conn->req.content_length)
{
shttp_send_line (conn, "Content-Length: %lu", conn->req.content_length);

Return to:

Send suggestions and report system problems to the System administrator.