parent
722e143ee1
commit
169a629345
|
|
@ -2456,12 +2456,12 @@ list_loose_objects_at (OstreeRepo *self,
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
key = ostree_object_name_serialize (buf, objtype);
|
key = ostree_object_name_serialize (buf, objtype);
|
||||||
value = g_variant_new ("(b@as)",
|
value = g_variant_new ("(b@as)",
|
||||||
TRUE, g_variant_new_strv (NULL, 0));
|
TRUE, g_variant_new_strv (NULL, 0));
|
||||||
/* transfer ownership */
|
/* transfer ownership */
|
||||||
g_hash_table_replace (inout_objects, key,
|
g_hash_table_replace (inout_objects, key,
|
||||||
g_variant_ref_sink (value));
|
g_variant_ref_sink (value));
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue