diff options
Diffstat (limited to 'www.tcl')
-rwxr-xr-x | www.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |