<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Galen</div><div class="gmail_quote"><br></div><div class="gmail_quote">On 6 February 2014 04:49, Galen Johnson <span dir="ltr"><<a href="mailto:solitaryr@gmail.com" target="_blank">solitaryr@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Even with fresher eyes, I'm not seeing anything obvious...I'm fairly certain the issue is in the headfoot.c code...possibly in the fetch_board or wanted function.</div>

</blockquote><div><br></div><div>I'm not a coder either - I just dabble.  But let's see what the patch looks like.</div><div><br></div><div>Ah, this might be the problem:</div><div><br></div><div><div>-               if (hostpattern || pagepattern || ippattern)</div>

<div>-                       sethostenv_filter(hostpattern, pagepattern, ippattern);</div><div>+               if (hostpattern || pagepattern || ippattern, classpattern)</div><div>+                       sethostenv_filter(hostpattern, pagepattern, ippattern, classpattern);</div>

</div><div><br></div><div>In the third line above, you have a comma instead of a double-pipe "||".</div><div><br></div><div>Everything else looks just fine.</div><div><br></div><div>Cheers</div><div>Jeremy</div>

<div><br></div></div></div></div>