mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Oops, missing "u"
This commit is contained in:
parent
498aad8587
commit
700cd5805c
@ -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…
Reference in New Issue
Block a user