NetworkManager/clients
Beniamino Galvani 7ba2040caa all: remove wrong CURL option initialization
curl_multi_setopt() accepts CURLMOPT_* options, not CURLOPT_*
ones. Found by GCC 10:

clients/cloud-setup/nm-http-client.c:700:38: error: implicit conversion from ‘enum <anonymous>’ to ‘CURLMoption’ [-Werror=enum-conversion]
  700 |    curl_multi_setopt (priv->mhandle, CURLOPT_VERBOSE, 1);

Fixes: 69f048bf0c ('cloud-setup: add tool for automatic IP configuration in cloud')
(cherry picked from commit c11ac34f4c)
2020-02-03 15:31:18 +01:00
..
cli all: fix wrong "gs_free GError *" declarations 2019-12-16 17:45:18 +01:00
cloud-setup all: remove wrong CURL option initialization 2020-02-03 15:31:18 +01:00
common libnm: add ipvx.dhcp-hostname-flags properties 2019-11-28 17:56:35 +01:00
tests clients/tests: add test for selecting fields from multiple connections with nmcli con show 2019-12-13 13:20:57 +01:00
tui all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
meson.build cloud-setup: add tool for automatic IP configuration in cloud 2019-11-28 19:52:18 +01:00
nm-online.c all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00