Skip to content
Snippets Groups Projects
Commit 700cd580 authored by Yang Tse's avatar Yang Tse
Browse files

Oops, missing "u"

parent 498aad85
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment