Fix incorrect custom var names in the ITL

fixes #9258
This commit is contained in:
Gunnar Beutner 2015-05-13 08:09:31 +02:00
parent 69578eb7de
commit 8612384dea
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ object CheckCommand "ping4-windows" {
command += [ "-4" ]
vars.ping_address = "$address$"
vars.ping_win_address = "$address$"
}
object CheckCommand "ping6-windows" {
@ -191,7 +191,7 @@ object CheckCommand "ping6-windows" {
command += [ "-6" ]
vars.ping_address = "$address6$"
vars.ping_win_address = "$address6$"
}
object CheckCommand "procs-windows" {