mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 11:20:19 +08:00
* src/main.c (main): Initialize variable (Coverity #1419660)
This commit is contained in:
parent
4d1f6f5c09
commit
d3f5311087
@ -2097,7 +2097,7 @@ only if outputting to a regular file.\n"));
|
||||
{
|
||||
char *t;
|
||||
char *filename = NULL, *redirected_URL = NULL;
|
||||
int dt, url_err;
|
||||
int dt = 0, url_err;
|
||||
/* Need to do a new struct iri every time, because
|
||||
* retrieve_url may modify it in some circumstances,
|
||||
* currently. */
|
||||
|
Loading…
Reference in New Issue
Block a user