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()')
This commit is contained in:
Thomas Haller 2022-01-10 18:09:56 +01:00
parent f21340ab5c
commit 65cdbd355f
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -5946,7 +5946,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 =