Hi,

I'm using the ext_wbinfo_group_acl.pl script in squid. However, it seems to 
generate lots of "uninitialized variable" messages in syslog.
I quickly fixed the issue by replacing
my $ans;
with
my $ans = "";
.
Is there another way to fix this without changing the code?
Should it be fixed upstream?

Thanks

Vieri

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to