mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't shadow SEED.
This commit is contained in:
parent
e958a474b0
commit
2f2939d23e
@ -1,3 +1,8 @@
|
||||
2003-11-03 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* ftp-basic.c (ftp_login): Remove shadowing (and bogus)
|
||||
declaration of SEED.
|
||||
|
||||
2003-11-03 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* log.c (logvprintf): Documented better. Renamed to
|
||||
|
@ -204,7 +204,6 @@ ftp_login (struct rbuf *rbuf, const char *acc, const char *pass)
|
||||
}
|
||||
if (seed)
|
||||
{
|
||||
const char *seed;
|
||||
int skey_sequence = 0;
|
||||
|
||||
/* Extract the sequence from SEED. */
|
||||
|
Loading…
Reference in New Issue
Block a user