Diff between c23c07ca40e2a59e1c6fae3937df41feab41d35f and 899894458448228aa3b7b59a3b27aa628df71397

Changed Files

File Additions Deletions Status
src/profile.c +2 -0 modified

Full Patch

diff --git a/src/profile.c b/src/profile.c
index 403e111..839607f 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -278,6 +278,8 @@ static struct ext_profile *create_ext(const char *owner, const char *path,
 	ext->path = g_strdup(path);
 	ext->uuid = g_strdup(uuid);
 
+	ext->sec_level = BT_IO_SEC_LOW;
+
 	while (dbus_message_iter_get_arg_type(opts) == DBUS_TYPE_DICT_ENTRY) {
 		DBusMessageIter value, entry;
 		const char *key;