Index: openacs-4/packages/acs-bootstrap-installer/installer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 25 Jan 2005 23:51:57 -0000 1.16 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 7 Feb 2005 21:56:05 -0000 1.17 @@ -327,6 +327,10 @@ # Peter Marklund # We need to be able to invoke ad_conn in the installer. However # We cannot use the rp_filter that sets up ad_conn + + # JCD: don't redefine ad_conn, just reset it and populate some things + ad_conn -reset + ad_conn -set connected_p 1 ad_conn -set user_id {} ad_conn -set node_id {}