about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-10-05 01:33:25 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-10-05 01:33:25 -0400
commit753bdc89883fa43ff68ac89880aa06d5b9e7251f (patch)
tree4a1f500f2bb19460515401fdf3d6ef056410ece9 /WWW/Library/Implementation
parent5d4274cacfd5304314b484a46475d3df53bdfb6d (diff)
downloadlynx-snapshots-753bdc89883fa43ff68ac89880aa06d5b9e7251f.tar.gz
snapshot of project "lynx", label v2-8-1pre_8
Diffstat (limited to 'WWW/Library/Implementation')
-rw-r--r--WWW/Library/Implementation/HTTCP.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTTCP.c b/WWW/Library/Implementation/HTTCP.c
index e64f5d47..41592324 100644
--- a/WWW/Library/Implementation/HTTCP.c
+++ b/WWW/Library/Implementation/HTTCP.c
@@ -645,6 +645,8 @@ PUBLIC int HTParseInet ARGS2(
 #endif /* !NSL_FORK */
 #ifndef _WINDOWS_NSL
 	FREE(host);
+#else
+	memcpy((void *)&soc_in->sin_addr, phost->h_addr, phost->h_length);
 #endif /* _WINDOWS_NSL */
 
     }