Index: openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl,v diff -u -r1.17.2.3 -r1.17.2.4 --- openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 5 Nov 2016 17:27:14 -0000 1.17.2.3 +++ openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 25 Jul 2017 09:29:45 -0000 1.17.2.4 @@ -180,8 +180,11 @@ } } +if {![info exists ::acs::kernel_id]} { + set ::acs::kernel_id [ad_acs_kernel_id_mem] + ns_log notice "reuqest-processor-init: setting ::acs::kernel_id to $acs::kernel_id" +} - # Local variables: # mode: tcl # tcl-indent-level: 4