commit | 85e7a3d47e1ef0618517235b1622c0c36627dc98 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Nov 10 14:12:35 2017 +0200 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Fri Nov 10 15:13:01 2017 +0200 |
tree | f5d9c41b5ef42afafc4174ef85a7b930177f13f8 | |
parent | 9c8ce3d7c455ada5c9f901346621999465777675 [diff] |
Bluetooth: Mesh: Fix typo when iterating GATT clients The intention of the code was to access client->conn and not clients->conn (which would always access the first client struct). Fixes #4738 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>