1
0
mirror of https://github.com/mirror/wget.git synced 2025-04-11 20:10:27 +08:00

* src/main.c (main): Initialize variable (Coverity )

This commit is contained in:
Tim Rühsen 2020-02-19 18:54:06 +01:00
parent 4d1f6f5c09
commit d3f5311087

View File

@ -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. */