Fix a bug related to the onboot timer setting 24/294524/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 20 Jun 2023 22:42:59 +0000 (22:42 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 20 Jun 2023 22:42:59 +0000 (22:42 +0000)
commitd12df20a44399cafd4a375edd2543d8878193dc3
treeb7474329e74f73986041fbce04abbe0b33df4a18
parentca78f2ecabe62ef28ab78d145ba71625f2858cf4
Fix a bug related to the onboot timer setting

Before setting the onboot timer, the launchpad checks whether the loader context
was prepared or not. Unfortunately, the touched flag was not set.
This patch add the flag set in the Prepare() method.

Change-Id: Id6be61426bb2d3d2a86f350a159900ae41e890a5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad-process-pool/loader_context.cc