summaryrefslogtreecommitdiff
path: root/ipv6test.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 15:29:02 -0500
committerJeff Carr <[email protected]>2025-10-19 15:29:02 -0500
commit3246e9b1f7ba7b983ca536f06d1dbbb636d1ad5b (patch)
treefc7e065170afb516ecb9d77401e4aec8ec8b3743 /ipv6test.go
parent1a618273bf123cef8a91cccd191b32b605c90abc (diff)
redo argv name
Diffstat (limited to 'ipv6test.go')
-rw-r--r--ipv6test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipv6test.go b/ipv6test.go
index cdcbb20..45ff985 100644
--- a/ipv6test.go
+++ b/ipv6test.go
@@ -22,7 +22,7 @@ func ipv6fails() bool {
log.Info(s)
WarningForIpv4()
s = "THIS FEATURE IS NOT SUPPORTED ON IPv4"
- me.sh.BadExit(s, nil)
+ me.argv.BadExit(s, nil)
}
if len(addrs) == 0 {
log.Info("wierd. probably ipv6 dns problems")
@@ -34,7 +34,7 @@ func ipv6fails() bool {
log.Info(s)
WarningForIpv4()
s = "THIS FEATURE IS NOT SUPPORTED ON IPv4"
- me.sh.BadExit(s, nil)
+ me.argv.BadExit(s, nil)
}
*/
@@ -44,7 +44,7 @@ func ipv6fails() bool {
log.Info(s)
WarningForIpv4()
s = "THIS FEATURE IS NOT SUPPORTED ON IPv4"
- me.sh.BadExit(s, nil)
+ me.argv.BadExit(s, nil)
}
return true
}