Commit 3d12a962 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

upd


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@524 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent f8a34630
...@@ -144,9 +144,8 @@ void ...@@ -144,9 +144,8 @@ void
SES_RelSrcAddr(struct sess *sp) SES_RelSrcAddr(struct sess *sp)
{ {
if (0 && sp->srcaddr == NULL) { if (sp->srcaddr == NULL) {
/* XXX who comes this way ? */ /* If we never get to work pool (illegal req) */
VSL(SLT_Debug, sp->fd, "had no srcaddr");
return; return;
} }
assert(sp->srcaddr != NULL); assert(sp->srcaddr != NULL);
......
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