commit | 985914672226bb8ea868e65d949d67b90b37dabb | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Nov 23 11:29:33 2017 +0200 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Fri Nov 24 11:37:09 2017 +0200 |
tree | 7e24fdcbc8691bcfeaca55ff1b70e419707db23d | |
parent | 4cc6a4fcbbf3b4e48a8134c5c31b50cd5b2b129b [diff] |
Bluetooth: Mesh: LPN: Fix clearing pending request The code would unconditionally clear sent_req in update_timeout(), which would e.g. cause us to switch to Friend Polls if the Friend didn't respond to a Subscription List Add/Remove on the first attempt. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>