diff options
Diffstat (limited to 'lib/connect.c')
-rwxr-xr-x | lib/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connect.c b/lib/connect.c index 787026942..218bbcc78 100755 --- a/lib/connect.c +++ b/lib/connect.c @@ -721,7 +721,7 @@ CURLcode Curl_is_connected(struct connectdata *conn, { struct Curl_easy *data = conn->data; CURLcode result = CURLE_OK; - time_t allow; + timediff_t allow; int error = 0; struct curltime now; int rc; |