Index: openacs-4/packages/acs-tcl/tcl/pools-init.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/pools-init.tcl,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/acs-tcl/tcl/pools-init.tcl	17 Aug 2007 16:50:42 -0000	1.3
+++ openacs-4/packages/acs-tcl/tcl/pools-init.tcl	17 Aug 2007 16:52:23 -0000	1.4
@@ -5,7 +5,7 @@
 set maxconns [ns_config $cfgsection maxconnections 0]
 set timeout [ns_config $cfgsection threadtimeout 0]
 
-ns_pools set default -minthreads $minthreads -maxthreads $maxthreads -maxconns $maxconnections -timeout $timeout
+ns_pools set default -minthreads $minthreads -maxthreads $maxthreads -maxconns $maxconns -timeout $timeout
 
 ns_log Notice "Default Pool: [ns_pools get default]"