(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:
Andreas Mohr 2016-01-01 16:58:56 +00:00 committed by Andrew Borodin
parent d72390a45d
commit 785a2fc6e9

View File

@ -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))