cloud-setup: fix nmcs_utils_poll argument ordering

the order of the arguments in the header and C file did not match

Fixes: 69f048bf0c ('cloud-setup: add tool for automatic IP configuration in cloud')

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/574
(cherry picked from commit 16abfca78a)
This commit is contained in:
Frazer Clews 2020-07-05 00:51:42 +01:00 committed by Thomas Haller
parent 6225ace76f
commit 2fba8a3ece
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -389,8 +389,8 @@ _poll_cancelled_cb (GObject *object, gpointer user_data)
*/
void
nmcs_utils_poll (int poll_timeout_ms,
int sleep_timeout_ms,
int ratelimit_timeout_ms,
int sleep_timeout_ms,
NMCSUtilsPollProbeStartFcn probe_start_fcn,
NMCSUtilsPollProbeFinishFcn probe_finish_fcn,
gpointer probe_user_data,