Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107197116
D33494.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
398 B
Referenced Files
None
Subscribers
None
D33494.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 12:48 PM (20 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15769488
Default Alt Text
D33494.diff (398 B)
Attached To
Mode
D33494: tzcode: fix tz change detection logic
Attached
Detach File
Event Timeline
Log In to Comment