Page MenuHomeFreeBSD

D33494.diff
No OneTemporary

D33494.diff

diff --git a/contrib/tzcode/stdtime/localtime.c b/contrib/tzcode/stdtime/localtime.c
--- a/contrib/tzcode/stdtime/localtime.c
+++ b/contrib/tzcode/stdtime/localtime.c
@@ -1278,7 +1278,7 @@
* We want to recheck the timezone file every 61 sec.
*/
error = clock_gettime(CLOCK_MONOTONIC, &now);
- if (error <= 0) {
+ if (error < 0) {
/* XXX: Can we somehow report this? */
return 0;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 26, 7:22 AM (22 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12817386
Default Alt Text
D33494.diff (398 B)

Event Timeline