Maemo: Ensure that the settings directory exists.

This commit is contained in:
Tobias Brunner
2010-10-14 17:36:17 +02:00
parent 005e45330d
commit ce736b759b
@@ -139,6 +139,10 @@ strongswan_connections_init (StrongswanConnections *connections)
CONFIG_DIR_NAME,
CONFIG_FILE_NAME,
NULL);
/* ensure that the directory exists */
gchar *dir = g_path_get_dirname (priv->path);
g_mkdir_with_parents (dir, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
g_free (dir);
priv->connections = g_hash_table_new_full (g_str_hash,
g_str_equal,