mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 13:20:41 +01:00
In rscript, comparison operations on strings did not work correctly and returned false results. This is cause by a regression in commit 5cec5dd634e0. While it fixed number comparisons, it introduced new problems in string comparisons, which were not present before. Note that most items in rsyslog are strings, so this can actually cause some problems.