mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
(ftpfs_load_no_proxy_list): cleanup unneeded mc_file static cast.
Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
d72390a45d
commit
785a2fc6e9
@ -694,7 +694,7 @@ static void
|
||||
ftpfs_load_no_proxy_list (void)
|
||||
{
|
||||
/* FixMe: shouldn't be hardcoded!!! */
|
||||
static char *mc_file = NULL;
|
||||
char *mc_file;
|
||||
|
||||
mc_file = g_build_filename (mc_global.sysconfig_dir, "mc.no_proxy", (char *) NULL);
|
||||
if (exist_file (mc_file))
|
||||
|
Loading…
Reference in New Issue
Block a user