]> err.no Git - varnish/commitdiff
Checks show that my IP adress checker is very restrictive and probably deletes other...
authorandersb <andersb@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 Aug 2006 22:43:01 +0000 (22:43 +0000)
committerandersb <andersb@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 Aug 2006 22:43:01 +0000 (22:43 +0000)
This will have to be cleaned up.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@687 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishncsa/varnishncsa.c

index 7e523087defb508d10eaf79b7814ad00bfc4bef3..c9ab26f090cfc2b0474f19a89d61ce290b57fb71 100644 (file)
@@ -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");
 
                }