]> git.entuzijast.net Git - imunes.git/commitdiff
Fixed bug related to multiple custom configurations.
authorana <ana>
Mon, 19 Feb 2007 13:53:29 +0000 (13:53 +0000)
committerana <ana>
Mon, 19 Feb 2007 13:53:29 +0000 (13:53 +0000)
Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:

exec.tcl

index 64ed1b84d3134179f0a133f882949b02618825c0..8ee1ee2cb9be7da6632369c63781f8dcdcc8af1e 100755 (executable)
--- a/exec.tcl
+++ b/exec.tcl
@@ -403,6 +403,10 @@ proc l3node.start { eid node } {
     }
 
        global viewcustomid
+    set check [info exists viewcustomid]
+    if { $check == 0 } {
+        set viewcustomid generic
+    }
     if { [getCustomEnabled $node] == true } {
     set customCfg ""
        set customCfgList ""