fixes for errors with distributed sessions not using the Python Broker
(Boeing r1821)
This commit is contained in:
parent
de58978f2c
commit
a69396d1d5
2 changed files with 16 additions and 3 deletions
|
@ -1274,6 +1274,13 @@ proc parseConfMessage { data len flags channel } {
|
|||
|
||||
# update the configuration for a node without displaying dialog box
|
||||
if { $tflags & 0x2 } {
|
||||
if { $obj == "emane" && $node == "" } {
|
||||
set node [lindex [findWlanNodes ""] 0]
|
||||
}
|
||||
if { $node == "" } {
|
||||
puts "ignoring Configure message for $obj with no node"
|
||||
return
|
||||
}
|
||||
# this is similar to popupCapabilityConfigApply
|
||||
setCustomConfig $node $obj $types $values 0
|
||||
if { $obj != "emane" && [nodeType $node] == "wlan"} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue