From b8991ccf586159044c6a17b87654f10860fd22cb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 6 Jan 2024 14:57:51 -0600 Subject: old window is nearly deprecated Signed-off-by: Jeff Carr --- linuxstatus/net.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxstatus/net.go') diff --git a/linuxstatus/net.go b/linuxstatus/net.go index d86aac5..89f6de0 100644 --- a/linuxstatus/net.go +++ b/linuxstatus/net.go @@ -103,7 +103,7 @@ func checkInterface(i net.Interface) { These are the real IP address you have been given from DHCP */ -func dhcpAAAA() []string { +func realAAAA() []string { var aaaa []string for s, t := range me.ipmap { -- cgit v1.2.3