|
|
|
@ -2029,6 +2029,7 @@ int downloadmanager(const struct optstruct *opts, const char *hostname, const ch |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
mirman_write("mirrors.dat", &mdat); |
|
|
|
|
cli_rmdirs(updtmpdir); |
|
|
|
|
|
|
|
|
|
if(updated) { |
|
|
|
|
if(optget(opts, "HTTPProxyServer")->enabled) { |
|
|
|
@ -2070,7 +2071,6 @@ int downloadmanager(const struct optstruct *opts, const char *hostname, const ch |
|
|
|
|
free(cmd); |
|
|
|
|
if(newver) |
|
|
|
|
free(newver); |
|
|
|
|
cli_rmdirs(updtmpdir); |
|
|
|
|
return 75; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2093,6 +2093,5 @@ int downloadmanager(const struct optstruct *opts, const char *hostname, const ch |
|
|
|
|
if(newver) |
|
|
|
|
free(newver); |
|
|
|
|
|
|
|
|
|
cli_rmdirs(updtmpdir); |
|
|
|
|
return 0; |
|
|
|
|
} |
|
|
|
|