Commit a8136a1f authored by Anders Berg's avatar Anders Berg

Checks show that my IP adress checker is very restrictive and probably deletes...

Checks show that my IP adress checker is very restrictive and probably deletes other loglines. We still bleeds null lines also.

This will have to be cleaned up.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@687 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4a727908
......@@ -134,7 +134,6 @@ extended_log_format(unsigned char *p, char *w_opt)
ll[u].df_h[j] = '\0'; // put on a NULL at end of buffer.
//printf("New session [%d]: %s \n",u, ll[u].df_h);
ll[u].w = 1; // We have IP
//printf("w = 1\n");
break;
......@@ -283,7 +282,6 @@ extended_log_format(unsigned char *p, char *w_opt)
strncpy(ll[u].df_h, p + 4, j);
ll[u].df_h[j] = '\0'; // put on a NULL at end of buffer.
ll[u].w = 1; // We have a IP
//printf("w = 1\n");
}
......
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