Fix inconsistent HMSTAT keys in hostport configuration.

This commit is contained in:
Ferdi Franceschini
2013-05-06 21:23:41 +10:00
parent a192276023
commit f82876356f
2 changed files with 3 additions and 3 deletions

View File

@@ -1779,8 +1779,8 @@ Publish SAT_TABLE user
}
# Make controller for histmem textstatus. Used by hmstat proc
set host [dict get $::HISTMEM_HOSTPORT HMMSTAT HOST]
set port [dict get $::HISTMEM_HOSTPORT HMMSTAT PORT]
set host [dict get $::HISTMEM_HOSTPORT HMSTAT HOST]
set port [dict get $::HISTMEM_HOSTPORT HMSTAT PORT]
MakeSctController sct_hmm astvelsel $host:$port
proc ::histogram_memory::hmstat {args} {