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 _______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
