Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/apache2/mDNSResponder/dist/mDNSCore Revert r1.5 now...
details: https://anonhg.NetBSD.org/src/rev/70f326d0f443
branches: trunk
changeset: 811184:70f326d0f443
user: roy <roy%NetBSD.org@localhost>
date: Thu Oct 15 10:24:33 2015 +0000
description:
Revert r1.5 now that the time calculations are using a monotonic clock.
diffstat:
external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r af4dbd60bb92 -r 70f326d0f443 external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c
--- a/external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c Thu Oct 15 10:15:18 2015 +0000
+++ b/external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c Thu Oct 15 10:24:33 2015 +0000
@@ -2697,7 +2697,7 @@
if (m->timenow_last - m->timenow > 0)
{
m->timenow_adjust += m->timenow_last - m->timenow;
- debugf("%s: mDNSPlatformRawTime went backwards by %ld ticks; setting correction factor to %ld", functionname, m->timenow_last - m->timenow, m->timenow_adjust);
+ LogMsg("%s: mDNSPlatformRawTime went backwards by %ld ticks; setting correction factor to %ld", functionname, m->timenow_last - m->timenow, m->timenow_adjust);
m->timenow = m->timenow_last;
}
m->timenow_last = m->timenow;
Home |
Main Index |
Thread Index |
Old Index