From 1ccdabe7bd8b6d1db9f4750ce5824d8902bec609 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Thu, 4 Apr 2019 06:38:29 +0200 Subject: [PATCH] Use IP address rather than NCP host number. This is the same change as in the new IMP with the comment ;; KLH: "fixed" 11/1/99 Not doing this will e.g. make the FTP server fail because it can't look up its own IP number in the host table. --- src/system/impold.wthncp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/impold.wthncp b/src/system/impold.wthncp index 7f48e5be..983cfe90 100755 --- a/src/system/impold.wthncp +++ b/src/system/impold.wthncp @@ -1972,7 +1972,7 @@ ANETH2: ;CAIL W,2 ;(THIS IS A CROCK) SKIPE IMPUP ;FAKE UP OUR STATUS TDZA A,A ;WE'RE DOWN MOVSI A,2000 ;WE ARE UP - MOVEI B,IMPUS ;AND OUR HOST #. + MOVE B,NIFIPA ;AND OUR HOST #. JRST POPJ1