mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 14:38:09 +02:00
connectivity: fix clearing timer-id in curl_timeout_cb()
Fixes: 7307dea9c4
This commit is contained in:
parent
08cc81d450
commit
3ac07f381e
1 changed files with 2 additions and 0 deletions
|
|
@ -297,6 +297,8 @@ curl_timeout_cb (gpointer user_data)
|
|||
CURLMcode ret;
|
||||
int pending_conn;
|
||||
|
||||
priv->curl_timer = 0;
|
||||
|
||||
ret = curl_multi_socket_action (priv->curl_mhandle, CURL_SOCKET_TIMEOUT, 0, &pending_conn);
|
||||
_LOGT ("timeout elapsed - multi_socket_action (%d conn remaining)", pending_conn);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue