Hello,
Please find attached a patch containing three small RLS bug fixes: 1) A string comparison that fails because sometimes one of the strings is '\0' terminated and the other never is. 2) A fix for when some non-RLS SUBSCRIBEs are not identified as such. 3) A fix for a small typo in an error diagnostic.
Regards,
Peter
On Thursday 21 April 2011, Peter Dunkley wrote:
Please find attached a patch containing three small RLS bug fixes:
- A string comparison that fails because sometimes one of the strings is
'\0' terminated and the other never is. 2) A fix for when some non-RLS SUBSCRIBEs are not identified as such. 3) A fix for a small typo in an error diagnostic.
Hi Peter,
just for the archives, this is change 2917d848a0ede in git master.
Cheers,
Henning