fix some nits

This commit is contained in:
radius 2015-07-10 23:12:48 -05:00
parent dd174e4fab
commit 51d8051f58

View File

@ -2360,7 +2360,6 @@ bool config_save_autoconf_profile(const char *path, unsigned user)
}
else
{
fill_pathname_join(buf, settings->input.autoconfig_dir,
path, sizeof(buf));
fill_pathname_noext(autoconf_file, buf, ".cfg", sizeof(autoconf_file));