summaryrefslogtreecommitdiff
path: root/net/tcl-scotty/patches/patch-ac
blob: cb152bc146052949e2404024d5ad68e4fdad27d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.1.1.1 2000/09/07 17:38:46 jwise Exp $
--- ../tkined/apps/ip_discover.tcl.orig	Fri Jun 12 09:23:35 1998
+++ ../tkined/apps/ip_discover.tcl	Wed Sep  6 22:56:34 2000
@@ -56,7 +56,10 @@
     foreach name {
 	nodes networks links ids trace mask fip name address gateways
     } {
-	catch {unset $name}
+	catch {
+	    global $name
+	    unset $name
+	}
     }
 }