summaryrefslogtreecommitdiffstats
path: root/item_updater_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'item_updater_main.cpp')
-rw-r--r--item_updater_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/item_updater_main.cpp b/item_updater_main.cpp
index 9ba705bca..1792ad47b 100644
--- a/item_updater_main.cpp
+++ b/item_updater_main.cpp
@@ -46,7 +46,7 @@ int main(int argc, char* argv[])
&updater, std::placeholders::_1));
#endif
bus.attach_event(loop, SD_EVENT_PRIORITY_NORMAL);
- auto rc = sd_event_loop(loop);
+ rc = sd_event_loop(loop);
if (rc < 0)
{
log<level::ERR>("Error occurred during the sd_event_loop",
OpenPOWER on IntegriCloud