From 5531c561d29c33b159f5d7db1ffc5e6524e46cd1 Mon Sep 17 00:00:00 2001
From: Joe <rbo@gmx.us>
Date: Fri, 15 Dec 2023 20:20:20 +0100
Subject: up

---
 c_josh.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/c_josh.go b/c_josh.go
index 61ee0bb..a92443d 100644
--- a/c_josh.go
+++ b/c_josh.go
@@ -39,7 +39,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * josh: src/c_josh.go
- * Fri, 15 Dec 2023 12:45:58 +0100
+ * Fri, 15 Dec 2023 17:53:42 +0100
  * Joe
  *
  * the main
@@ -61,7 +61,7 @@ func display_servers(lhost *HostList) {
 		curr = curr.next
 	}
 	fmt.Println()
-	curr = lhost.sel(2)
+	curr = lhost.sel(3)
 	if curr == nil {
 		c_die("host id not found", nil)
 	}
-- 
cgit v1.2.3