From 80ec1decc49c72efec2a8b87c06245c92c0ab807 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 11 Feb 2021 18:11:46 +0100 Subject: New upstream version 1.29.90 --- libnm-core/nm-setting-vrf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libnm-core/nm-setting-vrf.c') diff --git a/libnm-core/nm-setting-vrf.c b/libnm-core/nm-setting-vrf.c index 71143659..d4198a7b 100644 --- a/libnm-core/nm-setting-vrf.c +++ b/libnm-core/nm-setting-vrf.c @@ -1,6 +1,6 @@ -/* SPDX-License-Identifier: LGPL-2.1+ */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ -#include "nm-default.h" +#include "libnm-core/nm-default-libnm-core.h" #include "nm-setting-vrf.h" @@ -128,7 +128,7 @@ nm_setting_vrf_init(NMSettingVrf *setting) NMSetting * nm_setting_vrf_new(void) { - return (NMSetting *) g_object_new(NM_TYPE_SETTING_VRF, NULL); + return g_object_new(NM_TYPE_SETTING_VRF, NULL); } static void -- cgit 1.3.0-6-gf8a5