diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-09-25 11:38:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-09-25 11:38:28 +0000 |
| commit | 11a0f7fe07d0faadef6159299f72d01438f68860 (patch) | |
| tree | cf05944cd65fefa3ae8dbcfd4373c101e3a7593c /usr.bin/ftp | |
| parent | 530df9baad1ae23cf5fbd52690b37e20ac41d066 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ftp')
| -rw-r--r-- | usr.bin/ftp/fetch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ftp/fetch.c b/usr.bin/ftp/fetch.c index ae5a2faaa7f0..2fc48eed4d9a 100644 --- a/usr.bin/ftp/fetch.c +++ b/usr.bin/ftp/fetch.c @@ -270,6 +270,7 @@ url_get(origline, proxyenv) break; } freeaddrinfo(res0); + res0 = NULL; /* * Construct and send the request. We're expecting a return |
