From: phk Date: Sun, 24 Jun 2007 10:16:41 +0000 (+0000) Subject: Whitespace nit X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89b84ee302da8844d59cb73557acbed0ecfef79e;p=varnish Whitespace nit git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1543 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_vrt.c b/varnish-cache/bin/varnishd/cache_vrt.c index d54a5233..34d6b307 100644 --- a/varnish-cache/bin/varnishd/cache_vrt.c +++ b/varnish-cache/bin/varnishd/cache_vrt.c @@ -256,6 +256,7 @@ VREQ(proto, HTTP_HDR_PROTO) struct sockaddr * VRT_r_client_ip(struct sess *sp) { + return ((struct sockaddr *)sp->sockaddr); }