FreeBSD Bugzilla – Attachment 252941 Details for
Bug 280929
mail/dovecot move bogus warning "Time moved forwards" to debug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to completely mute the bogus message
mute_bogus_time-moved-forward_warning.patch (text/plain), 377 bytes, created by
Sebastian Oswald
on 2024-08-20 08:15:46 UTC
(
hide
)
Description:
patch to completely mute the bogus message
Filename:
MIME Type:
Creator:
Sebastian Oswald
Created:
2024-08-20 08:15:46 UTC
Size:
377 bytes
patch
obsolete
>+++ src/master/main.c >@@ -622,8 +622,8 @@ > > if (diff < 0) { > diff = -diff; >- i_warning("Time moved forwards by %lld.%06lld seconds - adjusting timeouts.", >- diff / 1000000, diff % 1000000); >+ /* i_warning("Time moved forwards by %lld.%06lld seconds - adjusting timeouts.", >+ diff / 1000000, diff % 1000000); */ > return; > } > msecs = (unsigned int)(diff/1000);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280929
:
252923
| 252941 |
253253