platform: fix type for timestamp in delayed_action_wait_for_nl_response_complete_check()

Fixes: d074ffc836 ('platform: refactor completing netlink responses in event_handler_read_netlink()')
(cherry picked from commit 65cdbd355f)
This commit is contained in:
Thomas Haller 2022-01-10 18:09:56 +01:00 committed by Beniamino Galvani
parent 6a2f467442
commit 4b97eece3a

View file

@ -5942,7 +5942,7 @@ delayed_action_wait_for_nl_response_complete_check(NMPlatform * platf
guint i;
guint32 next_seq_number = 0;
gint64 next_timeout_abs_ns = 0;
int now_ns = 0;
gint64 now_ns = 0;
for (i = 0; i < priv->delayed_action.list_wait_for_nl_response->len;) {
const DelayedActionWaitForNlResponseData *data =