Werk #12938: Fix crash in kaspersky_av_client.vbs when using a non-German locale
Component | Checks & agents | ||
Title | Fix crash in kaspersky_av_client.vbs when using a non-German locale | ||
Date | Oct 11, 2021 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The script used a hardcoded "." as date separator. As a result, the script (CDate) crashed on non-German locales. This is now fixed. The script no longer depends on the locale of the machine.