diff options
Diffstat (limited to 'linuxstatus')
| -rw-r--r-- | linuxstatus/hostname.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxstatus/hostname.go b/linuxstatus/hostname.go index 63ab817..d31299f 100644 --- a/linuxstatus/hostname.go +++ b/linuxstatus/hostname.go @@ -65,7 +65,8 @@ func (ls *LinuxStatus) setHostShort() { } } -func (ls *LinuxStatus) GetIPv6os() []string { +func (ls *LinuxStatus) GetIPv6() []string { + if ! me.Ready() {return nil} tmp := me.workingIPv6.Get() return strings.Split(tmp, "\n") } |
