From 17e2458903a5d5d201869cb4a3944eefafdc13f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Wed, 23 Mar 2016 20:07:13 +0700 Subject: [PATCH] Typo --- configuration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.c b/configuration.c index 7277d65e23..a679bb23a2 100644 --- a/configuration.c +++ b/configuration.c @@ -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