Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.110 -r1.111 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 30 Aug 2008 11:19:11 -0000 1.110 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 10 Oct 2008 11:30:35 -0000 1.111 @@ -1996,7 +1996,7 @@ # Initialize NSVs for ad_schedule_proc. if { [apm_first_time_loading_p] } { - nsv_set ad_procs mutex [ns_mutex create] + nsv_set ad_procs mutex [ns_mutex create oacs:sched_procs] nsv_set ad_procs . "" }