From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- src/nm-cloud-setup/nmcs-provider-aliyun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nm-cloud-setup') diff --git a/src/nm-cloud-setup/nmcs-provider-aliyun.c b/src/nm-cloud-setup/nmcs-provider-aliyun.c index 1a5e5459..34ab5ecc 100644 --- a/src/nm-cloud-setup/nmcs-provider-aliyun.c +++ b/src/nm-cloud-setup/nmcs-provider-aliyun.c @@ -203,7 +203,7 @@ _get_config_fetch_done_cb(NMHttpClient *http_client, g_bytes_get_data(response, NULL), NULL, &netmask_bin)) { - config_iface_data->cidr_prefix = nm_utils_ip4_netmask_to_prefix(netmask_bin); + config_iface_data->cidr_prefix = _nm_utils_ip4_netmask_to_prefix(netmask_bin); }; break; -- cgit 1.3.0-6-gf8a5