Hi there,

on my PF server with 6.2.1 in inline mode the packetfence log gets
filled with this warning:

httpd.portal(2965) WARN: [mac:[undef]] Use of uninitialized value in
concatenation (.) or string at /usr/local/pf/lib/pf/web/dispatcher.pm
line 194.

I changed dispatcher.pm line 194 from:

  $portal_url->query("destination_url=$destination_url&".$r->args);

into:

  $portal_url->query("destination_url=$destination_url&".($r->args||''));

Regards,
Till


------------------------------------------------------------------------------
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to