server_config.tcl
Remove call to obsolete ::utility::set_sctobj_attributes because it returns an error and aborts the server_set_sobj_attributes proc. This bug meant that script context objects weren't being linked into the hdb tree. util/utility.tcl Removed obselete ::utility::set_sctobj_attributes proc because sctcontrollers are no longer being added to the root of the hdb tree.
This commit is contained in:
@@ -435,12 +435,6 @@ proc ::utility::set_histomem_attributes {} {
|
||||
sicslist setatt $hm mutable true
|
||||
}
|
||||
}
|
||||
proc ::utility::set_sctobj_attributes {} {
|
||||
foreach sobj [sicslist type SctController] {
|
||||
hsetprop /$sobj control false
|
||||
hsetprop /$sobj data false
|
||||
}
|
||||
}
|
||||
proc ::utility::set_sct_object_attributes {} {
|
||||
foreach sobj [sicslist type SCT_OBJECT] {
|
||||
sicslist setatt $sobj data true
|
||||
|
||||
Reference in New Issue
Block a user