summaryrefslogtreecommitdiffstats
path: root/www.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'www.tcl')
-rwxr-xr-xwww.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/www.tcl b/www.tcl
index 0e20f7a..5385a9c 100755
--- a/www.tcl
+++ b/www.tcl
@@ -36,7 +36,7 @@ namespace eval www {
method accept {chan addr port} {
my variable actions
if [dict exists $actions accept] {
- [{*}[dict get $actions accept] $chan $addr $port]
+ {*}[dict get $actions accept] $chan $addr $port
}
::www::client new $chan $actions
}