jdiazbb / rfxcmd

Automatically exported from code.google.com/p/rfxcmd
1 stars 0 forks source link

Undefined variables for xpl #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. setup xpl

What is the expected output? What do you see instead?
Warnings are displayed stating that the following variables are not set:
xpl_sourcename
xpl_includehostname
XPL is not working

What version of the product are you using? On what operating system?
Rev 588 on CentOs

Please provide any additional information below.

Quick an dirty fix : in rfxcmd.py, add in line 570:
xpl_sourcename = config.xpl_sourcename
xpl_includehostname = config.xpl_includehostname

Clean fix, update in function decodePacket any occurrence of 
xpl_sourcename by config.xpl_sourcename and 
xpl_includehostname = config.xpl_includehostname

Pierre

Original issue reported on code.google.com by pierre.w...@gmail.com on 2 Jan 2014 at 11:42

GoogleCodeExporter commented 8 years ago
Thank you for your feeedback and the fix. It is now implemented and updated to 
the SVN. Sorry for the delay.

Original comment by sebastia...@gmail.com on 30 Apr 2014 at 6:11