[PATCH BlueZ v1] client: make ad_clear_data() clear the correct structure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fix longstanding ‘cut and paste’ bug which clears Manfacturer Data 
structure when it should be clearing Data structure

---
diff --git a/client/advertising.c b/client/advertising.c
index a7474d6a2..b8e3f4ab3 100644
--- a/client/advertising.c
+++ b/client/advertising.c
@@ -757,7 +757,7 @@ void ad_disable_manufacturer(DBusConnection *conn)
   static void ad_clear_data(void)
 {
-    memset(&ad.manufacturer, 0, sizeof(ad.manufacturer));
+    memset(&ad.data, 0, sizeof(ad.data));
       return bt_shell_noninteractive_quit(EXIT_SUCCESS);
 }











[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux