From 48726c0c219ffeddb45befe0fb8621e1b2648e78 Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 22 Apr 2024 18:17:29 -0300 Subject: New upstream version 2.0.7pre --- hardinfo2/udisks2_util.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hardinfo2/udisks2_util.c') diff --git a/hardinfo2/udisks2_util.c b/hardinfo2/udisks2_util.c index e1567d84..42ca0e91 100644 --- a/hardinfo2/udisks2_util.c +++ b/hardinfo2/udisks2_util.c @@ -133,7 +133,7 @@ GSList* udisks2_drives_func_caller(GDBusConnection* conn, g_variant_unref(v); g_object_unref(block_proxy); continue; - } + } // Skip loop devices v = get_dbus_property(block_proxy, UDISKS2_LOOP_INTERFACE, "BackingFile"); @@ -141,7 +141,7 @@ GSList* udisks2_drives_func_caller(GDBusConnection* conn, g_variant_unref(v); g_object_unref(block_proxy); continue; - } + } block_dev = block_path + strlen(UDISKS2_BLOCK_DEVICES_PATH) + 1; drive_path = NULL; @@ -629,7 +629,7 @@ GSList* get_udisks2_all_drives_info(void){ void udisks2_init(){ if (udisks2_conn == NULL){ - //FIXME udisks2_conn = get_udisks2_connection(); + udisks2_conn = get_udisks2_connection(); } } -- cgit v1.2.3