From 969de6ef17b5d56ef24409fd637771f7da62dab6 Mon Sep 17 00:00:00 2001 From: Josip Rodin Date: Mon, 5 Oct 2009 15:36:35 +0200 Subject: [PATCH] sintakticka greska za koju Tcl ne javlja warning --- linux/appstart.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/appstart.tcl b/linux/appstart.tcl index 0abb18e..56dd227 100644 --- a/linux/appstart.tcl +++ b/linux/appstart.tcl @@ -58,7 +58,7 @@ proc startethereal { node iface } { #set interface "$iface@$eid\.$node" upvar 0 ::cf::[set ::curcfg]::ngnodemap ngnodemap upvar 0 ::cf::[set ::curcfg]::[set node]::node_id node_id - set interface ngnodemap($iface@$node_id) + set interface $ngnodemap($iface@$node_id) nexec wireshark -i $interface -f " " & } -- 2.39.5