fixes for errors with distributed sessions not using the Python Broker

(Boeing r1821)
This commit is contained in:
ahrenholz 2014-01-21 22:17:31 +00:00
parent de58978f2c
commit a69396d1d5
2 changed files with 16 additions and 3 deletions

View file

@ -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"} {