Signed-off-by: Maximiliano Sandoval <m.sando...@proxmox.com>
---
 src/pmxcfs/status.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pmxcfs/status.c b/src/pmxcfs/status.c
index e76c150..7533057 100644
--- a/src/pmxcfs/status.c
+++ b/src/pmxcfs/status.c
@@ -973,7 +973,7 @@ cfs_create_guest_conf_properties_msg(GString *str, memdb_t 
*memdb, const char **
        g_mutex_lock (&memdb->mutex);
        g_mutex_lock (&mutex);
 
-       g_string_printf(str, "{\n");
+       g_string_assign(str, "{\n");
 
        GHashTable *ht = cfs_status.vmlist;
 
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to