[pve-devel] applied: [PATCH cluster v2 1/2] add get_guest_config_property IPCC method
Wolfgang Bumiller
w.bumiller at proxmox.com
Thu Jun 13 09:27:38 CEST 2019
applied with minor fixup
On Thu, Jun 13, 2019 at 09:01:58AM +0200, Thomas Lamprecht wrote:
>(...)
> + GHashTable *ht = cfs_status.vmlist;
> + if (!g_hash_table_size(ht)) {
> + goto ret;
> + }
> +
> + path = g_string_new_len(NULL, 256);
> + gpointer tmp = NULL;
moved this declaration above the `ht` above since the `goto ret` causes
it to be accessed
More information about the pve-devel
mailing list