diff options
| author | Michael Biebl <biebl@debian.org> | 2022-05-13 15:12:23 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-05-13 15:12:23 +0200 |
| commit | 84afb2ff5f7405ec3b98bbe627cd071105626087 (patch) | |
| tree | fc82d122eda3fede7ace3026a09af018e1af3174 /src/nm-cloud-setup/nmcs-provider-gcp.c | |
| parent | d26308b229deb999da934f582aa8f3d5caaa63c0 (diff) | |
| parent | 87d61411bb3453587d21487da04fcf770fee7d55 (diff) | |
Update upstream source from tag 'upstream/1.38.0'
Update to upstream version '1.38.0' with Debian dir fb301733063d70b26e8eff5a4877a6a4f0bcddc2
Diffstat (limited to 'src/nm-cloud-setup/nmcs-provider-gcp.c')
| -rw-r--r-- | src/nm-cloud-setup/nmcs-provider-gcp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nm-cloud-setup/nmcs-provider-gcp.c b/src/nm-cloud-setup/nmcs-provider-gcp.c index 0df2bdd6..a325f31a 100644 --- a/src/nm-cloud-setup/nmcs-provider-gcp.c +++ b/src/nm-cloud-setup/nmcs-provider-gcp.c @@ -282,9 +282,7 @@ _get_config_iface_cb(GObject *source, GAsyncResult *result, gpointer user_data) goto out_done; } iface_data->iface_get_config = - nmcs_provider_get_config_iface_data_create(get_config_data->result_dict, - FALSE, - v_hwaddr); + nmcs_provider_get_config_iface_data_create(get_config_data, FALSE, v_hwaddr); is_requested = FALSE; } else { if (iface_data->iface_get_config->iface_idx >= 0) { |