Oops, missing "u"

This commit is contained in:
Yang Tse 2006-07-13 18:57:34 +00:00
parent 498aad8587
commit 700cd5805c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {