|
@@ -252,6 +252,7 @@ confedit()
|
|
|
if (!can_stat(tmpconf.file))
|
|
if (!can_stat(tmpconf.file))
|
|
|
fatal("Error reading new config file", 0);
|
|
fatal("Error reading new config file", 0);
|
|
|
readconf((const char *) tmpconf.file, 0); /* read cleartext conf tmp into &settings */
|
|
readconf((const char *) tmpconf.file, 0); /* read cleartext conf tmp into &settings */
|
|
|
|
|
+ fix_tilde(&conf.binpath);
|
|
|
unlink(tmpconf.file);
|
|
unlink(tmpconf.file);
|
|
|
conf_to_bin(&conf, 0); /* will exit */
|
|
conf_to_bin(&conf, 0); /* will exit */
|
|
|
exit(0); /* never reached */
|
|
exit(0); /* never reached */
|