From 70e18d99b8e3e77bb37e218d7ac582130156f8ef Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 25 Jan 2024 09:46:18 +0100 Subject: New upstream version 1.45.90 --- src/contrib/nm-vpn-editor-plugin-call.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/contrib') diff --git a/src/contrib/nm-vpn-editor-plugin-call.h b/src/contrib/nm-vpn-editor-plugin-call.h index bf6036ee..2f3eb074 100644 --- a/src/contrib/nm-vpn-editor-plugin-call.h +++ b/src/contrib/nm-vpn-editor-plugin-call.h @@ -103,7 +103,7 @@ nm_vpn_editor_plugin_get_service_add_details(NMVpnEditorPlugin *plugin, const ch if (vt.fcn_get_service_add_details) details = vt.fcn_get_service_add_details(plugin, service_name); if (!details) - return g_new0(char *, 1); + return nm_strv_empty_new(); return details; } -- cgit 1.3.0-6-gf8a5