diff options
author | Yang Tse <yangsita@gmail.com> | 2006-07-13 18:57:34 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-07-13 18:57:34 +0000 |
commit | 700cd5805ce8b02a63d7efaaecd06e81febf0eeb (patch) | |
tree | fde02bd5482375c4b5cceac48b21b110db1536dd /lib | |
parent | 498aad858790c5af4209fdef4096d17ab230e0fd (diff) |
Oops, missing "u"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/multi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/multi.c b/lib/multi.c index 674f7a913..8d0de7628 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -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 { |