about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTTCP.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTTCP.c')
-rw-r--r--WWW/Library/Implementation/HTTCP.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTTCP.c b/WWW/Library/Implementation/HTTCP.c
index f0d6f3a7..ae121680 100644
--- a/WWW/Library/Implementation/HTTCP.c
+++ b/WWW/Library/Implementation/HTTCP.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTTCP.c,v 1.166 2023/10/27 00:16:33 tom Exp $
+ * $LynxId: HTTCP.c,v 1.167 2023/11/06 00:44:34 tom Exp $
  *
  *			Generic Communication Code		HTTCP.c
  *			==========================
@@ -662,7 +662,7 @@ static unsigned long __stdcall _fork_func(void *arg)
     }
 
     donelookup = TRUE;
-    return (unsigned long) (gbl_phost);
+    return (unsigned long) 1;	/* nonzero for successful exit */
 }
 #endif /* __CYGWIN__ */
 #endif /* _WINDOWS_NSL */