Removed unnecessary call to check_prefs_dir() in load_config().
This function is called in save_config(), where it is actually needed.
This commit is contained in:
parent
7238853f0f
commit
f023de0faf
@ -624,7 +624,6 @@ load_config (void)
|
|||||||
char out[256];
|
char out[256];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
check_prefs_dir ();
|
|
||||||
username = g_get_user_name ();
|
username = g_get_user_name ();
|
||||||
if (!username)
|
if (!username)
|
||||||
username = "root";
|
username = "root";
|
||||||
|
Loading…
Reference in New Issue
Block a user