From 9c2c4a74f3cbdc44219e6259317cdc734ec93e99 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 25 Oct 2025 14:50:39 -0500 Subject: builds again --- ipv6test.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ipv6test.go') diff --git a/ipv6test.go b/ipv6test.go index 45ff985..c6befb0 100644 --- a/ipv6test.go +++ b/ipv6test.go @@ -8,6 +8,7 @@ import ( "os" "time" + "go.wit.com/lib/protobuf/argvpb" "go.wit.com/log" ) @@ -22,7 +23,7 @@ func ipv6fails() bool { log.Info(s) WarningForIpv4() s = "THIS FEATURE IS NOT SUPPORTED ON IPv4" - me.argv.BadExit(s, nil) + argvpb.BadExit(s, nil) } if len(addrs) == 0 { log.Info("wierd. probably ipv6 dns problems") @@ -34,7 +35,7 @@ func ipv6fails() bool { log.Info(s) WarningForIpv4() s = "THIS FEATURE IS NOT SUPPORTED ON IPv4" - me.argv.BadExit(s, nil) + argvpb.BadExit(s, nil) } */ @@ -44,7 +45,7 @@ func ipv6fails() bool { log.Info(s) WarningForIpv4() s = "THIS FEATURE IS NOT SUPPORTED ON IPv4" - me.argv.BadExit(s, nil) + argvpb.BadExit(s, nil) } return true } -- cgit v1.2.3