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 -N -r1.189.2.36 -r1.189.2.37 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 21 Nov 2019 19:08:47 -0000 1.189.2.36 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 22 Nov 2019 16:20:15 -0000 1.189.2.37 @@ -1325,7 +1325,7 @@ Version of "eval" that checks its arguments for brackets that may be used to execute unsafe code. There are actually better ways in Tcl - to achive this, but it is kept for backwards compatibility. + to achieve this, but it is kept for backwards compatibility. } { foreach arg $args { @@ -1817,8 +1817,8 @@ set d [list proto https port [ns_config -int $section ServerPort] address [ns_config $section address]] } default { - ns_log Error "Unknown driver: [ad_conn driver]. Only know nssock, nsunix, nsssl, nsssle, nsopenssl" - set d [list proto http port [ns_config -int $section Port]] + #ns_log notice "Unknown driver: [ad_conn driver]. Only know nssock, nsunix, nsssl, nsssle, nsopenssl" + set d [list proto http port [ns_config -int $section Port] address [ns_config $section address]] } } lappend d hostname [ns_config $section hostname]