summaryrefslogtreecommitdiff
path: root/ipv6test.go
diff options
context:
space:
mode:
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
}