Diff between 15cbd14aaaf42e80356cf1dc281fea6f4ce72824 and 64438092cb3d1413b698464fa70d61c801d3ba0f

Changed Files

File Additions Deletions Status
client/gatt.c +1 -1 modified

Full Patch

diff --git a/client/gatt.c b/client/gatt.c
index 4358d68..e68939f 100644
--- a/client/gatt.c
+++ b/client/gatt.c
@@ -1928,7 +1928,7 @@ static bool is_device_trusted(const char *path)
 {
 	GDBusProxy *proxy;
 	DBusMessageIter iter;
-	bool trusted;
+	bool trusted = false;
 
 	proxy = bt_shell_get_env(path);