diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-05 01:33:25 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-05 01:33:25 -0400 |
commit | 753bdc89883fa43ff68ac89880aa06d5b9e7251f (patch) | |
tree | 4a1f500f2bb19460515401fdf3d6ef056410ece9 /WWW/Library/Implementation | |
parent | 5d4274cacfd5304314b484a46475d3df53bdfb6d (diff) | |
download | lynx-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.c | 2 |
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 */ } |