Commit 46072e51 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove extra ;



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5382 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c7a70cfc
...@@ -117,9 +117,9 @@ VRT_r_##obj##_status(const struct sess *sp) \ ...@@ -117,9 +117,9 @@ VRT_r_##obj##_status(const struct sess *sp) \
return(http->status); \ return(http->status); \
} }
VRT_DO_STATUS(obj, sp->obj->http); VRT_DO_STATUS(obj, sp->obj->http)
VRT_DO_STATUS(beresp, sp->wrk->beresp); VRT_DO_STATUS(beresp, sp->wrk->beresp)
VRT_DO_STATUS(resp, sp->wrk->resp); VRT_DO_STATUS(resp, sp->wrk->resp)
/*--------------------------------------------------------------------*/ /*--------------------------------------------------------------------*/
......
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