Initial commit to Gerrit
[profile/ivi/ntp.git] / packaging / ntp-4.2.4p5-driftonexit.patch
1 diff -up ntp-4.2.4p5/ntpd/ntpd.c.driftonexit ntp-4.2.4p5/ntpd/ntpd.c
2 --- ntp-4.2.4p5/ntpd/ntpd.c.driftonexit 2008-10-07 15:22:27.000000000 +0200
3 +++ ntp-4.2.4p5/ntpd/ntpd.c     2008-10-07 16:29:06.000000000 +0200
4 @@ -1174,7 +1174,6 @@ finish(
5  {
6  
7         msyslog(LOG_NOTICE, "ntpd exiting on signal %d", sig);
8 -       write_stats();
9  #ifdef HAVE_DNSREGISTRATION
10         if (mdns != NULL)
11         DNSServiceRefDeallocate(mdns);