Index: openacs-4/packages/tsoap/tcl/https-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tsoap/tcl/https-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/tsoap/tcl/https-procs.tcl 17 Mar 2005 17:59:32 -0000 1.1 +++ openacs-4/packages/tsoap/tcl/https-procs.tcl 3 Apr 2018 20:36:19 -0000 1.2 @@ -269,7 +269,7 @@ } upvar #0 $token state array set meta $state(meta) - if {![info exist meta(Location)]} { + if {![info exists meta(Location)]} { return $token } set url $meta(Location)