shell: Fix a typo when adding surface to pending list 82/27682/1 marlin
authorMarius Vlad <marius.vlad@collabora.com>
Mon, 20 Jun 2022 13:16:13 +0000 (16:16 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Mon, 20 Jun 2022 13:22:38 +0000 (16:22 +0300)
commitdd50730cefd6b97860f5de4eaa51b18cbf31fe7a
tree7955508d9eb426a374966c2832c68edd079f548d
parent14cb1da8c484fcfe6b63b856f4bc73e84ec2c459
shell: Fix a typo when adding surface to pending list

As both names are similar this was probably a typo, and instead of using
the iterator for the list we should use the item itself. This was pretty
hard to track as initially everything was set-up alright.

We were still getting empty lists of pending remote surfaces, when I
observed that we were using the iterator rather than the new item we
just create in that function.

Bug-AGL: SPEC-4445
Reported-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I77c4c6721eb4a4e3e8e66faa4fa0584b136d322e
(cherry picked from commit baf8a28e6329fdb6cdfb943925849d2cb6347730)
src/shell.c