From: miljenko Date: Tue, 6 Dec 2005 09:03:26 +0000 (+0000) Subject: Removed bug in execSetLinkParams call X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=001f5091733c304acdcdbfd4b2c1860e29fe155c;p=imunes.git Removed bug in execSetLinkParams call Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- diff --git a/editor.tcl b/editor.tcl index c12ade8..4113227 100755 --- a/editor.tcl +++ b/editor.tcl @@ -1617,6 +1617,7 @@ proc customConfigApply { w node } { proc popupConfigApply { wi object_type target close phase } { global changed oper_mode router_model badentry customEnabled + global eid $wi config -cursor watch update diff --git a/exec.tcl b/exec.tcl index 147b28a..d138785 100755 --- a/exec.tcl +++ b/exec.tcl @@ -396,7 +396,7 @@ proc deployCfg {} { #nexec ngctl msg $lname: setcfg "{ header_offset=14 }" HDLC ??? # Link parameters - execSetLinkParams + execSetLinkParams $eid $link # Queues foreach node [list $lnode1 $lnode2] {