mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 02:19:26 +01:00
hotspot: make hotspot dir not hidden
This commit is contained in:
parent
c5eba1cc27
commit
85131f4827
@ -37,7 +37,7 @@
|
|||||||
#include "src/ie.h"
|
#include "src/ie.h"
|
||||||
|
|
||||||
static struct l_dir_watch *hs20_dir_watch;
|
static struct l_dir_watch *hs20_dir_watch;
|
||||||
static const char *hs20_dir = DAEMON_STORAGEDIR "/.hotspot";
|
static const char *hs20_dir = DAEMON_STORAGEDIR "/hotspot";
|
||||||
static struct l_queue *hs20_settings;
|
static struct l_queue *hs20_settings;
|
||||||
|
|
||||||
struct hs20_config {
|
struct hs20_config {
|
||||||
|
@ -486,8 +486,8 @@ int main(int argc, char *argv[])
|
|||||||
goto fail_dbus;
|
goto fail_dbus;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (create_dirs(DAEMON_STORAGEDIR "/.hotspot/")) {
|
if (create_dirs(DAEMON_STORAGEDIR "/hotspot/")) {
|
||||||
l_error("Failed to create " DAEMON_STORAGEDIR "/.hotspot/");
|
l_error("Failed to create " DAEMON_STORAGEDIR "/hotspot/");
|
||||||
goto fail_dbus;
|
goto fail_dbus;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user