<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div dir="ltr" id="yui_3_16_0_ym19_1_1466163186281_9820">Hi,<br id="yui_3_16_0_ym19_1_1466163186281_9973"><br id="yui_3_16_0_ym19_1_1466163186281_9974">I'm using the ext_wbinfo_group_acl.pl script in squid. However, it seems to generate lots of "uninitialized variable" messages in syslog.<br id="yui_3_16_0_ym19_1_1466163186281_9975">I quickly fixed the issue by replacing<br id="yui_3_16_0_ym19_1_1466163186281_9976">my $ans;<br id="yui_3_16_0_ym19_1_1466163186281_9977">with<br id="yui_3_16_0_ym19_1_1466163186281_9978">my $ans = "";<br id="yui_3_16_0_ym19_1_1466163186281_9979">.<br id="yui_3_16_0_ym19_1_1466163186281_9980">Is there another way to fix this without changing the code?<br id="yui_3_16_0_ym19_1_1466163186281_9981">Should it be fixed upstream?<br id="yui_3_16_0_ym19_1_1466163186281_9982"><br id="yui_3_16_0_ym19_1_1466163186281_9983">Thanks<br id="yui_3_16_0_ym19_1_1466163186281_9984"><br id="yui_3_16_0_ym19_1_1466163186281_9985">Vieri<br id="yui_3_16_0_ym19_1_1466163186281_9986"><br></div></div></body></html>