[wpkg-users] troubles with 1.2.1 RC38

Rainer Meier r.meier at wpkg.org
Thu Oct 27 15:21:11 CEST 2011


Hi Jürgen,

On 27.10.2011 14:48, jurgen.depicker at let.be wrote:
> It happens on W7x64 also...

Confirmed. I will commit a fix today. This bug will occur always when multiple 
profiles are assigned to one host. Looks like I did not test this - shame on me.

If you want to continue before I commit RC39 just change line 4341 from

profilesMatching.push(getHostProfiles(hostNodes[ihostNode]));


to

profilesMatching = profilesMatching.concat(getHostProfiles(hostNodes[ihostNode]));


br,
Rainer



More information about the wpkg-users mailing list