]> err.no Git - varnish/commitdiff
upd
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 20 Jul 2006 13:33:22 +0000 (13:33 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 20 Jul 2006 13:33:22 +0000 (13:33 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@524 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_session.c

index eea9d26ebd7ba34b93c80c34ac1101d984f6c464..c451b457508a00607630aa3550e2ebb2abbe8aff 100644 (file)
@@ -144,9 +144,8 @@ void
 SES_RelSrcAddr(struct sess *sp)
 {
 
-       if (0 && sp->srcaddr == NULL) {
-               /* XXX who comes this way ? */
-               VSL(SLT_Debug, sp->fd, "had no srcaddr");
+       if (sp->srcaddr == NULL) {
+               /* If we never get to work pool (illegal req) */
                return;
        }
        assert(sp->srcaddr != NULL);