diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 15:29:02 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 15:29:02 -0500 |
| commit | 3246e9b1f7ba7b983ca536f06d1dbbb636d1ad5b (patch) | |
| tree | fc7e065170afb516ecb9d77401e4aec8ec8b3743 /ipv6test.go | |
| parent | 1a618273bf123cef8a91cccd191b32b605c90abc (diff) | |
redo argv name
Diffstat (limited to 'ipv6test.go')
| -rw-r--r-- | ipv6test.go | 6 |
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 } |
