diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2017-02-07 10:10:45 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2017-02-07 10:10:45 +0000 |
commit | d8e019645e7bf4370fc3c80b95d3124856b4bb9f (patch) | |
tree | a13bb81a31d4087e183656659fb114829544ae5c /WWW/Library | |
parent | 41f27b48c592dee7d229c81b5899107b5399b1bc (diff) | |
download | lynx-snapshots-d8e019645e7bf4370fc3c80b95d3124856b4bb9f.tar.gz |
snapshot of project "lynx", label v2-8-9dev_11j
Diffstat (limited to 'WWW/Library')
-rw-r--r-- | WWW/Library/Implementation/HTTCP.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTTCP.c b/WWW/Library/Implementation/HTTCP.c index c5ceb041..f1648712 100644 --- a/WWW/Library/Implementation/HTTCP.c +++ b/WWW/Library/Implementation/HTTCP.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTTCP.c,v 1.136 2016/11/24 18:06:26 tom Exp $ + * $LynxId: HTTCP.c,v 1.137 2017/01/02 02:11:14 tom Exp $ * * Generic Communication Code HTTCP.c * ========================== @@ -1562,7 +1562,7 @@ static void really_getaddrinfo(const char *host, STATUSES * statuses, void **result) { - LYNX_ADDRINFO hints, *res; + LYNX_ADDRINFO hints, *res = 0; int error; memset(&hints, 0, sizeof(hints)); |