mirror of
https://github.com/curl/curl.git
synced 2026-04-16 01:31:49 +03:00
Oops, missing "u"
This commit is contained in:
parent
498aad8587
commit
700cd5805c
1 changed files with 1 additions and 1 deletions
|
|
@ -1312,7 +1312,7 @@ void Curl_expire(struct SessionHandle *data, long milli)
|
|||
infof(data, "Internal error clearing splay node = %d\n", rc);
|
||||
infof(data, "Expire cleared\n");
|
||||
nowp->tv_sec = 0;
|
||||
nowp->tv_sec = 0;
|
||||
nowp->tv_usec = 0;
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue