Index: openacs-4/packages/xotcl-request-monitor/www/ip-info.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/ip-info.tcl,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/xotcl-request-monitor/www/ip-info.tcl 29 Jun 2018 17:27:19 -0000 1.4 +++ openacs-4/packages/xotcl-request-monitor/www/ip-info.tcl 6 Apr 2020 17:16:59 -0000 1.4.2.1 @@ -14,7 +14,7 @@ set title "IP Lookup" set context [list $title] -if {[catch {set dns_name [ns_hostbyaddr $ip]}]} { set dns_name "DNS lookup for $ip failed" } +if {[catch {set dns_name [ns_hostbyaddr $ip]}]} { set dns_name "DNS lookup for $ip failed" } # Local variables: