This commit is contained in:
Jean-André Santoni 2016-03-23 20:07:13 +07:00
parent 288c2c3996
commit 17e2458903

View File

@ -1733,7 +1733,7 @@ static bool config_load_file(const char *path, bool set_defaults)
#ifdef HAVE_LAKKA
settings->ssh_enable = path_file_exists(LAKKA_SSH_PATH);
settings->ssh_enable = path_file_exists(LAKKA_SAMBA_PATH);
settings->samba_enable = path_file_exists(LAKKA_SAMBA_PATH);
settings->bluetooth_enable = path_file_exists(LAKKA_BLUETOOTH_PATH);
#endif