Skip to content

Commit 81339bf

Browse files
committed
Revert "Remove commented out code"
This reverts commit c5da3b2. Signed-off-by: Kai-Uwe Hermann <[email protected]>
1 parent adfe28e commit 81339bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/everest/system/src/rauc_dbus_base.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ std::string RaucBaseSync::get_primary_slot(uint64_t timeout_us) {
312312
}
313313

314314
std::map<std::string, std::map<std::string, std::string>> RaucBaseSync::get_slot_status(uint64_t timeout_us) {
315+
// a(sa{sv})
315316
slots_t slots;
316317
auto method = dbus::createMethodCall(proxy, interface::Installer, method::GetSlotStatus);
317318
call_method(slots, proxy, method, method::GetSlotStatus, timeout_us);

0 commit comments

Comments
 (0)