1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] ChangeLog tweak; initialize con to appease the access checker.

This commit is contained in:
hniksic 2001-02-11 09:27:37 -08:00
parent 54811e2832
commit 164ccc9e41
2 changed files with 8 additions and 1 deletions

View File

@ -1,10 +1,14 @@
2001-02-11 Hrvoje Niksic <hniksic@arsdigita.com>
* ftp.c (ftp_loop): Reset con.
2001-01-06 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* url.c (parse_uname): Added support for passwords containing '@'
characters.
(skip_uname): Ditto.
2001-02-11 Hack Kampbj-Aørn <hack@hackdata.com>-B
2001-02-11 Hack Kampbjørn <hack@hackdata.com>
* url.c (parseurl): Debug-print u->ftp_type.
@ -28,6 +32,7 @@
* retr.c (show_progress): Print the download rate along with the
percentages.
Along with Anders Thorsby <anders@thorsby.dk>.
2001-02-10 Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>

View File

@ -1567,6 +1567,8 @@ ftp_loop (struct urlinfo *u, int *dt)
*dt = 0;
memset (&con, 0, sizeof (con));
rbuf_uninitialize (&con.rbuf);
con.st = ON_YOUR_OWN;
res = RETROK; /* in case it's not used */