Flexelinting

parent a95a8208
......@@ -944,5 +944,5 @@ ved_deliver(struct req *req, struct boc *boc, int wantbody)
if (i && req->doclose == SC_NULL)
req->doclose = SC_REM_CLOSE;
ved_close(req, boc, i && ecx->abrt);
ved_close(req, boc, i && ecx->abrt ? 1 : 0);
}
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