Commit 2955f0ba authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Wrap a line

parent 372312e0
......@@ -61,7 +61,8 @@ VRT_error(const struct sess *sp, unsigned code, const char *reason)
if (code < 100 || code > 999)
code = 503;
sp->req->err_code = (uint16_t)code;
sp->req->err_reason = reason ? reason : http_StatusMessage(sp->req->err_code);
sp->req->err_reason =
reason ? reason : http_StatusMessage(sp->req->err_code);
}
/*--------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment