Commit f398f62a authored by Lasse Karstensen's avatar Lasse Karstensen

Lint.

parent 3ba970ec
......@@ -179,7 +179,7 @@ VRB_Free(struct req *req)
CHECK_OBJ_NOTNULL(req, REQ_MAGIC);
if (req->body_oc != NULL) {
ObjFreeObj(req->wrk,req->body_oc);
ObjFreeObj(req->wrk, req->body_oc);
FREE_OBJ(req->body_oc);
req->body_oc = NULL;
}
......
......@@ -530,7 +530,7 @@ ses_close_acct(enum sess_close reason)
}
/*--------------------------------------------------------------------
* Close a sessions connection.
* Close a session's connection.
* XXX: Technically speaking we should catch a t_end timestamp here
* XXX: for SES_Delete() to use.
*/
......
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