]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/client.c
Merge changes from CUPS 1.4svn-r8305.
[thirdparty/cups.git] / scheduler / client.c
index a00ee62f7dd109a6d1d3252f3e8c1c7766b2e2db..40434d9be61d806498dad070ab68f113b32defb2 100644 (file)
@@ -1029,7 +1029,7 @@ cupsdReadClient(cupsd_client_t *con)      /* I - Client to read from */
          return;
        }
 
-        con->start     = time(NULL);
+        gettimeofday(&(con->start), NULL);
         con->operation = con->http.state;
 
         cupsdLogMessage(CUPSD_LOG_DEBUG, "cupsdReadClient: %d %s %s HTTP/%d.%d",