diff options
-rw-r--r-- | src/storage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage.c b/src/storage.c index 20766a34..29291dc7 100644 --- a/src/storage.c +++ b/src/storage.c @@ -193,6 +193,7 @@ gchar **connman_storage_get_services() switch (d->d_type) { case DT_DIR: + case DT_UNKNOWN: /* * If the settings file is not found, then * assume this directory is not a services dir. |