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 0a1c8ea17c
commit ef85a15617
1 changed files with 2 additions and 2 deletions

View File

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