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 eecb6f6..c8a25b6 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -1624,7 +1624,7 @@ static void
com_restart (struct cmdline_parser_state *state)
{
struct shttp_connection *conn = state->conn;
- assert_eol (state);
+
shttp_io_init (&conn->req);
conn->req.content = parse_condition_to_uri (NULL, default_cond (state), 1);
conn->req.content_length = strlen (conn->req.content);

Return to:

Send suggestions and report system problems to the System administrator.