Commit 026c31fb authored by Joshua Bussdieker's avatar Joshua Bussdieker

One more piece of conditional source. Fix whitespace.

parent 4c0b6693
......@@ -221,8 +221,10 @@ vbf_stp_fetch(struct worker *wrk, struct busyobj *bo)
char *b;
uint16_t nhttp;
unsigned l;
#ifdef KEY_HEADER
struct vsb *key = NULL;
int keyl = 0;
#endif
struct vsb *vary = NULL;
int varyl = 0;
struct object *obj;
......
......@@ -240,6 +240,7 @@ VRY_Prep(struct req *req)
void
VRY_Finish(struct req *req, struct busyobj *bo)
{
if (bo != NULL) {
CHECK_OBJ_NOTNULL(bo, BUSYOBJ_MAGIC);
VRY_Validate(req->vary_b);
......
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