diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:17:29 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:17:29 -0300 |
commit | 48726c0c219ffeddb45befe0fb8621e1b2648e78 (patch) | |
tree | e12c7e029c07a98e173d5acff279f121188bbd1a /hardinfo2 | |
parent | 5bba5c481d7273b475a39eb61e5eacec65d3c8e5 (diff) |
New upstream version 2.0.7preupstream/2.0.7pre
Diffstat (limited to 'hardinfo2')
-rw-r--r-- | hardinfo2/udisks2_util.c | 6 |
1 files changed, 3 insertions, 3 deletions
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(); } } |