From 5bc0bcc8018834a4b40431d0f9c587a48b741183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20GIBERT?= Date: Tue, 29 Mar 2016 08:28:28 +0200 Subject: [PATCH] LIBTCPIP:ARP now expiring properly --- LIB/LIBTCPIP.S.ARP.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LIB/LIBTCPIP.S.ARP.txt b/LIB/LIBTCPIP.S.ARP.txt index 73b795c0..ee82889c 100644 --- a/LIB/LIBTCPIP.S.ARP.txt +++ b/LIB/LIBTCPIP.S.ARP.txt @@ -291,7 +291,7 @@ ARP.EXPIRE >LDYA L.ARP.CACHE ldx #K.ARPCACHE.SIZE .1 lda (ZPCachePtr) - beq .3 + beq .2 ldy #S.ARPCACHE.TTL sec